Skip to content

Commit d3b2efd

Browse files
author
James Cor
committed
Merge branch 'james/insert' of https://github.com/dolthub/go-mysql-server into james/insert
2 parents 52ac432 + f0ce2a7 commit d3b2efd

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
@@ -1722,7 +1722,7 @@ var InsertScripts = []ScriptTest{
17221722
},
17231723
Assertions: []ScriptTestAssertion{
17241724
{
1725-
Query: "insert into a select * from (select i from b) as bb on duplicate key update a.i = bb.i + 100;",
1725+
Query: "insert into a select * from (select i from b) as bb on duplicate key update a.i = bb.i + 100;",
17261726
ExpectedErrStr: "number of values does not match number of columns provided",
17271727
},
17281728
{

0 commit comments

Comments
 (0)