]> git.saurik.com Git - wxWidgets.git/commit
Added a check for a '.' in the column name before prepending a table name to the...
authorGeorge Tasker <gtasker@allenbrook.com>
Mon, 4 Aug 2003 18:55:01 +0000 (18:55 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Mon, 4 Aug 2003 18:55:01 +0000 (18:55 +0000)
commite7c9692f16127b39de2723457cdb2d46e563b383
treef8a85293e1c48ca1bbeec744a6a29d0a9d5edd85
parentd8692f2b805de780a6a625879abbe550830a5bab
Added a check for a '.' in the column name before prepending a table name to the column name to avoid incorrect TABLE.COLUMN names when using a FROM clause

SF PATCH#766404 - SetColNull() was not correctly setting CbValue = SQL_NULL_DATA so that NULL columns still appeared to have data in some cases

Cleaned up some internal variable naming conventions

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