mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-05 00:49:58 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -40,6 +40,7 @@ TEST(sqlite, test_joins_nested) {
|
||||
Relationship{.parent_id = 1, .child_id = 4}});
|
||||
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
struct ParentAndChild {
|
||||
std::string last_name;
|
||||
|
||||
Reference in New Issue
Block a user