• Bruce Momjian's avatar
    Change the line: · 01cc3440
    Bruce Momjian authored
     return ((c == 't') || (c == 'T'));
    int the getBoolean function on line 184:ish to:
     return ((c == 't') || (c == 'T') (c == '1'));
    
    Hunter Hillegas
    01cc3440
ResultSet.java 26.1 KB