> 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, the

Bruce Momjian <bruce@momjian.us>

Commit: f8683e8a9c9369d1713e9a13867a0541ac56787e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-08-04T19:33:49Z
Releases: 7.2.1
> 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

Files

PathChange+/−
src/interfaces/odbc/convert.c modified +18 −2