From: Vadim Zeitlin Date: Sun, 24 Dec 2006 12:14:31 +0000 (+0000) Subject: fill in sqlDataType field of wxDbColInf in ExecSql() (patch 1614539) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0ae9003c21ed99486e7655d1cfade2e8ee4c2dd0?ds=inline fill in sqlDataType field of wxDbColInf in ExecSql() (patch 1614539) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/db.cpp b/src/common/db.cpp index 4d1df50319..5e37eaf860 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -2306,6 +2306,7 @@ bool wxDb::ExecSql(const wxString &pSqlStmt, wxDbColInf** columns, short& numcol return false; } + pColInf[colNum].sqlDataType = Sqllen; switch (Sqllen) { #if wxUSE_UNICODE