mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-29 04:06:51 +01:00
- added session "bulk" feature
- removed ODBC driver capability check
This commit is contained in:
@@ -1502,7 +1502,7 @@ void SQLExecutor::doBulk(Poco::UInt32 size)
|
||||
|
||||
try
|
||||
{
|
||||
session() << "INSERT INTO MiscTest VALUES (?,?,?,?,?,?)",
|
||||
session() << "INSERT INTO MiscTest VALUES (?,?,?,?,?,?)",
|
||||
use(strings, bulk),
|
||||
use(blobs, bulk),
|
||||
use(ints, bulk),
|
||||
|
||||
Reference in New Issue
Block a user