use table metas where possible
This commit is contained in:
@@ -207,8 +207,7 @@ TEST_CASE_METHOD(QueryFixture, "Create and drop table statement with foreign key
|
||||
check_table_not_exists("airplane");
|
||||
}
|
||||
|
||||
TEST_CASE_METHOD(QueryFixture, "Execute insert record statement", "[query][record]")
|
||||
{
|
||||
TEST_CASE_METHOD(QueryFixture, "Execute insert record statement", "[query][record]") {
|
||||
auto res = query::create()
|
||||
.table("person")
|
||||
.columns({
|
||||
|
||||
Reference in New Issue
Block a user