Didn't want that jdbc patch in there yet.
This commit is contained in:
parent
54549d8dc4
commit
698a5d50c5
@ -1396,7 +1396,7 @@ public class ResultSet extends org.postgresql.ResultSet implements java.sql.Resu
|
||||
if (s != null)
|
||||
{
|
||||
int c = s.charAt(0);
|
||||
return ((c == 't') || (c == 'T') || (c == '1'));
|
||||
return ((c == 't') || (c == 'T'));
|
||||
}
|
||||
return false; // SQL NULL
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user