Change the line:

Bruce Momjian <bruce@momjian.us>

Commit: 01cc344011392f002636ce5014ca532d27306a25
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-05-16T16:30:38Z
Releases: 7.2.1
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