Skip to content

Commit

Permalink
Fix query format
Browse files Browse the repository at this point in the history
Signed-off-by: Armand Parajon <[email protected]>
  • Loading branch information
aparajon committed Jan 9, 2024
1 parent 110f0c9 commit 7fd1740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/planbuilder/testdata/select_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4678,7 +4678,7 @@
"Sharded": true
},
"FieldQuery": "select * from customer where 1 != 1",
"Query": "select * from customer where name = 'x'",
"Query": "select * from customer where `name` = 'x'",
"Table": "customer"
},
"TablesUsed": [
Expand Down

0 comments on commit 7fd1740

Please sign in to comment.