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 891
891
},
892
892
"FieldQuery" : " select `user`.col from `user` where 1 != 1" ,
893
893
"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`"
895
895
},
896
896
"TablesUsed" : [
897
897
" user.user"
922
922
},
923
923
"FieldQuery" : " select id from `user` where 1 != 1" ,
924
924
"Query" : " select /* comment */ id from `user` where id > 1 and id < 10" ,
925
- "Table" : " `user`"
925
+ "Table" : " `user`"
926
926
},
927
927
{
928
928
"InputName" : " Outer" ,
934
934
},
935
935
"FieldQuery" : " select `user`.col from `user` where 1 != 1" ,
936
936
"Query" : " select /* comment */ `user`.col from `user` where :__sq_has_values and foo in ::__sq1" ,
937
- "Table" : " `user`"
937
+ "Table" : " `user`"
938
938
}
939
939
]
940
940
},
You can’t perform that action at this time.
0 commit comments