8000 update jdbc version #. · rtpg/postgres@ffed578 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffed578

Browse files
committed
update jdbc version #.
1 parent f6de83c commit ffed578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/jdbc/postgresql/jdbc1/DatabaseMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public String getDatabaseProductName() throws SQLException
179179
*/
180180
public String getDatabaseProductVersion() throws SQLException
181181
{
182-
return ("6.4");
182+
return ("6.5.3");
183183
}
184184

185185
/**

src/interfaces/jdbc/postgresql/jdbc2/DatabaseMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public String getDatabaseProductName() throws SQLException
179179
*/
180180
public String getDatabaseProductVersion() throws SQLException
181181
{
182-
return ("6.4");
182+
return ("6.5.3");
183183
}
184184

185185
/**

0 commit comments

Comments
 (0)
0