Aliases and CREATE TABLE queries handling improved
This release of sql-metadata
brings improved handling of subqueries (thanks #154) and of CREATE TABLE
queries containing a WITH
clause (#157).
As an internal change improving our development Coveralls has been introduced that tracks code coverage of this project (#159).
As always we're staying up to date with various dependencies.
Changelog
- #151
dependencies
- build(deps-dev): bump pylint from 2.8.2 to 2.8.3 (by @dependabot[bot]) - #152
dependencies
- build(deps-dev): bump black from 21.5b1 to 21.5b2 (by @dependabot[bot]) - #153
dependencies
- Update black to 21.5b2 - #154
enhancement
- Resolving subqueries columns (by @collerek) - #155
bug
- The tables property is still having difficulties finding the tables in a CTAS (by @tipanverella) - #156
dependencies
- build(deps-dev): bump pytest-cov from 2.12.0 to 2.12.1 (by @dependabot[bot]) - #157
bug
- Fix for create table with with clause (by @collerek) - #158
internals
- Automerge dependabot pull requests - #159
internals
- Upload coverage report to Coveralls