mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 14:17:07 -06:00
.Sql: added 'binary' flag to SqlColumnInfo to check for binary columns
.OleDB: fixed logic for fetching multiple BLOB columns from a rowset .OleDB: fixed BLOB update logic based on SqlRaw .Geom/Draw: removed assembly variant of matrix-vector multiplication git-svn-id: svn://ultimatepp.org/upp/trunk@3322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0b488dc8f5
commit
5daee1fcff
14 changed files with 217 additions and 98 deletions
|
|
@ -177,7 +177,7 @@ void DlgSqlExport::Run(Sql& cursor, String command, String tablename)
|
|||
}
|
||||
case FMT_SQL: {
|
||||
if(i) script.Cat(", ");
|
||||
// script << SqlCompile(SQLD_ORACLE, SqlFormat(v));
|
||||
script << SqlCompile(cursor.GetDialect(), SqlFormat(v));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue