Skip to content

Releases: macbre/sql-metadata

Bump sqlparse from 0.5.3 to 0.5.4

30 Nov 18:24
b8f690b

Choose a tag to compare

What's Changed

Full Changelog: v2.18.0...v2.19.0

Trusted publishing to PyPI

16 Oct 09:35
269897a

Choose a tag to compare

What's Changed

Full Changelog: v2.17.0...v2.18.0

Fix handling of the `ALTER TABLE ... ADD KEY` queries and logging fixes

04 May 15:47
764f3a3

Choose a tag to compare

What's Changed

Full Changelog: v2.16.0...v2.17.0

Allow overriding `sqlparse.parse()` and drop support for Python 3.8

23 Apr 17:06
176bbcf

Choose a tag to compare

What's Changed

New Contributors

  • @illes made their first contribution in #545 - thanks!

Full Changelog: v2.15.0...v2.16.0

sqlparse library updated

14 Nov 23:17
2ac2163

Choose a tag to compare

What's Changed

Full Changelog: v2.14.0...v2.15.0

Fix the MSSQL Unqualified Schema Table Parsing

24 Oct 16:10
18ec5ea

Choose a tag to compare

What's Changed

Full Changelog: v2.13.0...v2.14.0

Support the TRUNCATE TABLE query

26 Aug 18:53
3e47e9a

Choose a tag to compare

Fixes and improvements

  • Support for the TRUNCATE TABLE query parsing by @T-Santos in #521
  • fix is_alias_without_as logical error by @MiuNice in #523

Dependencies

New Contributors

Full Changelog: v2.12.0...v2.13.0

Support hive create function

15 Jun 12:21
da2a703

Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.12.0

ClickHouse: improved tokens handling

16 Apr 09:12
730478c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0

Improvements around parser.without_comments

13 Nov 11:54
fd9c280

Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0