| 1115 | } |
| 1116 | |
| 1117 | table_creator_base* table_creator_get_last_insert_id(soci::session& s) const override |
| 1118 | { |
| 1119 | return new table_creator_from_str(s, |
| 1120 | "create table soci_test (id integer primary key, val integer)"); |
| 1121 | } |
| 1122 | |
| 1123 | table_creator_base* table_creator_blob(soci::session& s) const override |
| 1124 | { |