Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffed578

Browse files
committed
update jdbc version #.
1 parentf6de83c commitffed578

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
publicStringgetDatabaseProductVersion()throwsSQLException
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
publicStringgetDatabaseProductVersion()throwsSQLException
181181
{
182-
return ("6.4");
182+
return ("6.5.3");
183183
}
184184

185185
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp