From e3ba263f7312159d5372180fadd0b39ab8ffdac4 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Wed, 12 May 2004 16:21:17 +0000 Subject: [PATCH] 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 --- docs/changes.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 79f950d7e5..5643a9093d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 -----