- Fix wrong lineno used on Python 3.8.
- Support Python 3.7 & 3.8, drop Python 3.3 & 3.4.
- Do not consider FROM keywords within functions as ROOT keywords.
- Support f-string formatted SQL statements.
- Install typing for Python versions < 3.5
- Add additional root keywords and descriptors.
- Align on
INTOrather thanINSERT, i.e. the former is now the root keyword and the latter is a descriptor.
- First release.