Age | Commit message (Collapse) | Author |
|
|
|
|
|
After successful last(), isLast() should return true!
Thus, when moving to last record, keep that fact in mind (update m_bEOF) so that isLast returns right result.
Also update m_bEOF on other moves.
Update m_nRowPos on next(), for the same reasons, mutatis mutandi.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Else (on 64bits platform) the driver smashes our stack: SQL_ULEN is 64 bits
Widen result type of getQueryTimeOut, getMaxFieldSize and getMaxRows so that it will always fit
|
|
|
|
|
|
|
|
* found as LGPLv3-only fix at svn rev 1172125 (http://svn.apache.org/viewvc?view=revision&revision=1172125)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Set all (Updateable)RecordSet properties in constructors
- BaseResultSet: give properties their proper disjoint handle,
add IsBookmarkable.
|
|
|
|
enables write access to tables with LibreOffice 3.5
|
|
|
|
|
|
|
|
|
|
as opposed to for each value for each compilation command
|