mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-10 19:39:53 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -28,6 +28,7 @@ TEST(sqlite, test_like) {
|
||||
.id = 4, .first_name = "Hugo", .last_name = "Simpson", .age = 10}});
|
||||
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto conn = sqlite::connect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user