Patches item #467563, was opened at 2001-10-04 03:19
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403613&aid=467563&group_id=31885
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
>Priority: 3
Submitted By: Greg Jorgensen (gregjor)
>Assigned to: Richard Archer (richardarcher)
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: Richard Archer (richardarcher)
Date: 2002-07-12 09:59
Message:
Logged In: YES
user_id=279311
I think these changes were already implemented in the -devel
tree. I've just merged the devel version into -stable.
Closing.
----------------------------------------------------------------------
Comment By: Greg Jorgensen (gregjor)
Date: 2001-10-04 03: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:
https://sourceforge.net/tracker/?func=detail&atid=403613&aid=467563&group_id=31885
|