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

Commit631b3e4

Browse files
committed
Backpatch jdbc1 compile failure fix.
1 parente94a214 commit631b3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/jdbc/org/postgresql/jdbc1/Statement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public boolean execute(String sql) throws SQLException
288288
*/
289289
publicjava.sql.ResultSetgetResultSet()throwsSQLException
290290
{
291-
if (result !=null) && ((org.postgresql.ResultSet)result.reallyResultSet())
291+
if (result !=null && ((org.postgresql.ResultSet)result).reallyResultSet())
292292
returnresult;
293293
returnnull;
294294
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp