mirror of
https://github.com/chaisql/chai.git
synced 2026-04-23 07:09:36 +08:00
remove rowid
This commit is contained in:
@@ -17,7 +17,7 @@ func TestParserDelete(t *testing.T) {
|
||||
db, tx, cleanup := testutil.NewTestTx(t)
|
||||
defer cleanup()
|
||||
|
||||
testutil.MustExec(t, db, tx, "CREATE TABLE test(age int)")
|
||||
testutil.MustExec(t, db, tx, "CREATE TABLE test(age int primary key)")
|
||||
|
||||
parseExpr := func(s string) expr.Expr {
|
||||
e := parser.MustParseExpr(s)
|
||||
|
||||
Reference in New Issue
Block a user