mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-07 18:09:32 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -25,6 +25,7 @@ TEST(sqlite, test_insert_by_ref_and_read) {
|
||||
.id = 3, .first_name = "Maggie", .last_name = "Simpson", .age = 0}});
|
||||
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto people2 = sqlite::connect()
|
||||
.and_then(begin_transaction)
|
||||
|
||||
Reference in New Issue
Block a user