Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 698a5d5

Browse files
committed
Didn't want that jdbc patch in there yet.
1 parent 54549d8 commit 698a5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)