> 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, the
authorBruce Momjian <bruce@momjian.us>
Sat, 4 Aug 2001 19:33:49 +0000 (19:33 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 4 Aug 2001 19:33:49 +0000 (19:33 +0000)
commitec0eb9e8f8949269707f95aa973dddc51cef3476
tree49885e362a918e0d77b482defc443683faa0bf92
parentac0c38c5d052c260c69d07f05cd4e988250e6e5b
> 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, the
check
> in convert.c
> does not consider the fact that the value in the field has been altered to
> be a '1' if the
> backend handed it a 't'.  The net result being that the first row on any
> subsequent queries
> has all it's boolean set to 0.

Aidan Mountford
convert.c