File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
go/vt/vtgate/planbuilder/testdata Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 891891 },
892892 "FieldQuery" : " select `user`.col from `user` where 1 != 1" ,
893893 "Query" : " select /* comment */ `user`.col from `user` where id in (select id from `user` where id > 1 and id < 10)" ,
894- "Table" : " `user`"
894+ "Table" : " `user`"
895895 },
896896 "TablesUsed" : [
897897 " user.user"
922922 },
923923 "FieldQuery" : " select id from `user` where 1 != 1" ,
924924 "Query" : " select /* comment */ id from `user` where id > 1 and id < 10" ,
925- "Table" : " `user`"
925+ "Table" : " `user`"
926926 },
927927 {
928928 "InputName" : " Outer" ,
934934 },
935935 "FieldQuery" : " select `user`.col from `user` where 1 != 1" ,
936936 "Query" : " select /* comment */ `user`.col from `user` where :__sq_has_values and foo in ::__sq1" ,
937- "Table" : " `user`"
937+ "Table" : " `user`"
938938 }
939939 ]
940940 },
You can’t perform that action at this time.
0 commit comments