Added wxODBC change notes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2004-05-12 16:21:17 +00:00
parent a1a80980e0
commit e3ba263f73

View File

@@ -225,6 +225,17 @@ wxOS2:
- partly fixed wxMouseEvent (reversed coordinate system again, handling of
CTRL and SHIFT keys. ALT still doesn't work as expected by wxWidgets, though)
wxODBC:
- Identifying DB VENDOR signatures updated in wxDb::Dbms()
- wxDb::getDbInfo() will no longer return failure if the return code was
SQL_SUCCESS_WITH_INFO
- Attempted to port everything for BLOB support back to 2.4.x. I think it is
complete.
- Table names now prepended to column names when joining tables. This is only
if there is not a '.' in the column name already.
- Null column support fixes (SF #766404)
2.4.2
-----