db: only strict schemas

This commit is contained in:
Asdine El Hrychy
2024-02-17 14:25:05 +04:00
parent ef91bb4a3b
commit fc051f7cf9
248 changed files with 6732 additions and 13741 deletions

View File

@@ -65,7 +65,7 @@ func TestParserDelete(t *testing.T) {
t.Run(test.name, func(t *testing.T) {
db := testutil.NewTestDB(t)
testutil.MustExec(t, db, nil, "CREATE TABLE test")
testutil.MustExec(t, db, nil, "CREATE TABLE test(age int)")
q, err := parser.ParseQuery(test.s)
assert.NoError(t, err)