Skip to content

Fix regression in `adding-not-nullable-field` + parser fixes!

Latest
Compare
Choose a tag to compare
@sbdchd sbdchd released this 30 May 21:57
· 14 commits to master since this release
cef200a

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)