Skip to content

1.9.0 - Bug fixies & improvements release

Choose a tag to compare

@xnuinside xnuinside released this 24 Jan 15:27
· 26 commits to main since this release
2ce93d0

Improvements

  1. Updated black dependency to >=24,<26 - #307
  2. Added tests for MySQL COMMENT with unicode quotes - #308
  3. Switched linting to ruff + black and updated CI/pre-commit checks.

Fixes

  1. Fixed BigQuery OPTIONS parsing with unicode characters - #298
  2. Fixed MySQL table CHARACTER SET/CHARSET option parsing - #296
  3. Fixed MySQL composite index columns parsing - #311
  4. Fixed CREATE DATABASE IF NOT EXISTS parsing - #293