Skip to content

0.3.1

Compare
Choose a tag to compare
@mklopets mklopets released this 04 Dec 00:53
· 2604 commits to main since this release
6dbf1fc

0.3.1 brings a couple of small improvements and fixes.

Features:

  • Support for using s-strings for from (#1197, @aljazerzen)
    from s"SELECT * FROM employees WHERE foo > 5"
  • Helpful error message when referencing a table in an s-string (#1203, @aljazerzen)

Fixes:

Internal:

  • Update Github Actions and Workflows to current version numbers (and avoid using Node 12) (#1201)