From 0ae9003c21ed99486e7655d1cfade2e8ee4c2dd0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Dec 2006 12:14:31 +0000 Subject: [PATCH] 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 --- src/common/db.cpp | 1 + 1 file changed, 1 insertion(+) 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