OSDN Git Service

Didn't want that jdbc patch in there yet.
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Sep 2001 17:01:31 +0000 (17:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Sep 2001 17:01:31 +0000 (17:01 +0000)
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java

index 9df6699..bf41257 100644 (file)
@@ -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
        }