.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:
rylek 2011-04-03 23:04:30 +00:00
parent 0b488dc8f5
commit 5daee1fcff
14 changed files with 217 additions and 98 deletions

View file

@ -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;
}
}