Fixed
-
Fix regression in linter rule
adding-not-nullable-field
from v2 rewrite. It wasn't erroring when it should have. (#520) -
Fix parser panic related to
select json_array(select from t);
(#515) -
Fix more parser errors in PG regression suite.
notnull
now parses! (#516) -
Fix more parser errors in PG regression suite part 2. Notably
ilike
is now supported. (#518)