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

Commit698a5d5

Browse files
committed
Didn't want that jdbc patch in there yet.
1 parent54549d8 commit698a5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ public static boolean toBoolean(String s)
13961396
if (s !=null)
13971397
{
13981398
intc =s.charAt(0);
1399-
return ((c =='t') || (c =='T') || (c =='1'));
1399+
return ((c =='t') || (c =='T'));
14001400
}
14011401
returnfalse;// SQL NULL
14021402
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp