File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7808,25 +7808,25 @@ where
78087808 },
78097809 Assertions : []ScriptTestAssertion {
78107810 {
7811- Query : "select * from t where 1 = (not(not(i)))" ,
7811+ Query : "select * from t where 1 = (not(not(i)))" ,
78127812 Expected : []sql.Row {
78137813 {123 },
78147814 },
78157815 },
78167816 {
7817- Query : "select * from t where true = (not(not(i)))" ,
7817+ Query : "select * from t where true = (not(not(i)))" ,
78187818 Expected : []sql.Row {
78197819 {123 },
78207820 },
78217821 },
78227822 {
7823- Query : "select * from t where true = (not(not(i = 123)))" ,
7823+ Query : "select * from t where true = (not(not(i = 123)))" ,
78247824 Expected : []sql.Row {
78257825 {123 },
78267826 },
78277827 },
78287828 {
7829- Query : "select * from t where false = (not(not(i != 123)))" ,
7829+ Query : "select * from t where false = (not(not(i != 123)))" ,
78307830 Expected : []sql.Row {
78317831 {123 },
78327832 },
You can’t perform that action at this time.
0 commit comments