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

Commit983fc97

Browse files
committed
The isWritable method in ResultSetMetaData returns the logically
incorrect result. This bug goes back to at least 6.3.Alvin
1 parentd13fe29 commit983fc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/jdbc/postgresql/ResultSetMetaData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ public boolean isReadOnly(int column) throws SQLException
378378
publicbooleanisWritable(intcolumn)throwsSQLException
379379
{
380380
if (isReadOnly(column))
381-
returntrue;
382-
else
383381
returnfalse;
382+
else
383+
returntrue;
384384
}
385385

386386
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp