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
This commit is contained in:
parent
3fafce674b
commit
0ae9003c21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user