At line
- Code: Select all
session << "INSERT INTO Test VALUES (?)", use(ints, bulk), now;
I get 'bulk' is undeclared identifier.
I also tried development version 1.5.1, and I got message about incorrect arguments for 'use'.
Is bulk keyword deprecated (I found nothing about it in stable release)? Is there any working example fo bulk inserts?





