mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 15:19:21 +01:00
DateTime binding (work in progress)
This commit is contained in:
@@ -84,7 +84,8 @@ void ODBCDB2Test::testBareboneODBC()
|
||||
"Second VARCHAR(30),"
|
||||
"Third BLOB,"
|
||||
"Fourth INTEGER,"
|
||||
"Fifth FLOAT)";
|
||||
"Fifth FLOAT,"
|
||||
"Sixth TIMESTAMP)";
|
||||
|
||||
_pExecutor->bareboneODBCTest(_dbConnString, tableCreateString, SQLExecutor::PB_IMMEDIATE, SQLExecutor::DE_MANUAL);
|
||||
_pExecutor->bareboneODBCTest(_dbConnString, tableCreateString, SQLExecutor::PB_IMMEDIATE, SQLExecutor::DE_BOUND);
|
||||
|
||||
Reference in New Issue
Block a user