mirror of
				https://github.com/chaisql/chai.git
				synced 2025-10-31 10:56:22 +08:00 
			
		
		
		
	db: only strict schemas
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Asdine El Hrychy
					Asdine El Hrychy