Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 607 Bytes

File metadata and controls

28 lines (19 loc) · 607 Bytes

0.4.1 2020-06-27

  • Fix wrong lineno used on Python 3.8.

0.4.0 2020-01-12

  • Support Python 3.7 & 3.8, drop Python 3.3 & 3.4.
  • Do not consider FROM keywords within functions as ROOT keywords.

0.3.0 2018-08-12

  • Support f-string formatted SQL statements.
  • Install typing for Python versions < 3.5

0.2.0 2017-02-06

  • Add additional root keywords and descriptors.
  • Align on INTO rather than INSERT, i.e. the former is now the root keyword and the latter is a descriptor.

0.1.0 2017-02-06

  • First release.