Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Sep 16, 2024
1 parent f65e9be commit fd1a019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enginetest/queries/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -9990,7 +9990,7 @@ from typestable`,
},
},
{
Query: "select charset(convert('abc'using latin1))",
Query: "select charset(convert('abc' using latin1))",
Expected: []sql.Row{
{"latin1"},
},
Expand Down

0 comments on commit fd1a019

Please sign in to comment.