mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-05 09:00:10 -06:00
committed by
GitHub
parent
7b5c849e02
commit
1424d29c5d
@@ -14,6 +14,7 @@ struct TestTable {
|
||||
|
||||
TEST(postgres, test_delete_from_dry) {
|
||||
using namespace sqlgen;
|
||||
using namespace sqlgen::literals;
|
||||
|
||||
const auto query = delete_from<TestTable> | where("field2"_c > 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user