You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test passes against 0.20.0 but fails in the main branch. This is likely caused by my recent changes for parsing LIKE.
#[test]fnparse_null_like(){let sql =
"SELECT \ column1 LIKE NULL AS col_null, \ NULL LIKE column1 AS null_col \ FROM customers";let _ = verified_only_select(sql);}
Failure:
SQL(ParserError(\"Expected a concrete value, found: column1\"))
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This test passes against 0.20.0 but fails in the main branch. This is likely caused by my recent changes for parsing
LIKE
.Failure:
The text was updated successfully, but these errors were encountered: