Patches item #467563, was opened at 2001-10-03 10:19
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403613&aid=467563&group_id=31885
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Jorgensen (gregjor)
Assigned to: Nobody/Anonymous (nobody)
Summary: db_odbc num_rows and num_fields fixed
Initial Comment:
1) db_odbc.num_fields() would return 0 unless
next_record had been called at least once.
2) db_odbc.num_rows() improved when the ODBC driver
can't return the number of rows. The binary search is
clearer, and the common case of 1 row returned is
discovered faster.
----------------------------------------------------------------------
>Comment By: Greg Jorgensen (gregjor)
Date: 2001-10-03 10:23
Message:
Logged In: YES
user_id=340037
3) also fixes db_odbc.metadata() to return column length
and scale.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403613&aid=467563&group_id=31885
|