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:
@@ -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
|
||||
-----
|
||||
|
Reference in New Issue
Block a user