Skip to content

Commit f70ac7f

Browse files
committed
fix expected on no cols insert
1 parent ad27497 commit f70ac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/insert_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3166,7 +3166,7 @@ var InsertBrokenScripts = []ScriptTest{
31663166
},
31673167
{
31683168
Query: "insert into t_default_null values ()",
3169-
Expected: []sql.Row{{types.NewOkResult(1)}},
3169+
Expected: []sql.Row{{types.NewOkResult(1), 1}},
31703170
},
31713171
{
31723172
Query: "select * from t_default_null",

0 commit comments

Comments
 (0)