Change the line:
Bruce Momjian <bruce@momjian.us>
Change the line: return ((c == 't') || (c == 'T')); int the getBoolean function on line 184:ish to: return ((c == 't') || (c == 'T') (c == '1')); Hunter Hillegas
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | modified | +1 −1 |