]> git.saurik.com Git - wxWidgets.git/commit
The wxDb::Open() function that takes a wxDbConnectInf() now has a second optional...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 14:10:27 +0000 (14:10 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 14:10:27 +0000 (14:10 +0000)
commitd2129c82bfb2cd050f0962caf0023ac8d1e23d1d
treee0fd38c289d47a7c26d9dcfe376c5d74f4a83e7f
parentf3df29e3f6ecd9024bd17c1099f744fa27cea34c
The wxDb::Open() function that takes a wxDbConnectInf() now has a second optional parameter 'failOnDataTypeUnsupported' that defaults to TRUE to maintain current behavior.  This allows users to specify FALSE if they want to try to continue
wxDb::getDbInfo() function will now not treat SQL_SUCCESS_WITH_INFO as a failure when checking for supported features.
Reformatting of some text, and removal of old commented out code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/db.cpp