]> git.saurik.com Git - wxWidgets.git/commit
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 19 Nov 2003 14:50:09 +0000 (14:50 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 19 Nov 2003 14:50:09 +0000 (14:50 +0000)
commit9af163d74d10c896428e0ed42c73211df189b252
tree624a0886fcbc8566792e99300f3fa8b5873d6b24
parent981cf2aadb40b112e3372aeffb7898bbe2ed0acb
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE keeping current functional behavior intact)), that will allow the user to override whether a call to getDbInfo() should fail immediately if a data type request reports back that it is unsupported/unavailable
fixed issues with wxDb::DBMS() that were not correctly detecting MySQL databases using MySQL v4.  also removed erroneous/duplicated code in this function that looked like a result of a bad merge at some point

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