Skip to content

Releases: macbre/sql-metadata

A few fixes and updated dependencies

Choose a tag to compare

@macbre macbre released this 30 Jun 22:09
6ada5d9

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3 - sqlglot as the parsing library

Choose a tag to compare

@macbre macbre released this 30 Jun 22:08
aadbc49

What's Changed

Full Changelog: v2.20.0...v3.0.0

Fix infinite loop in Parser.with_names and improve "source" column handling in Parser.columns

Choose a tag to compare

@macbre macbre released this 04 Mar 20:34
9ae4dd7

What's Changed

  • Bump actions/cache from 4 to 5 by @dependabot[bot] in #600
  • Bump sqlparse from 0.5.4 to 0.5.5 by @dependabot[bot] in #601
  • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #602
  • Parser.columns drops column named source when it is the last column in a SELECT statement by @macbre in #603
  • Drop Python 3.9 support by @macbre in #604
  • Fix infinite loop in Parser.with_names for malformed WITH statements by @macbre in #605
  • Add AGENTS.md documentation for developers and AI agents by @macbre in #606

Full Changelog: v2.19.0...v2.20.0

Bump sqlparse from 0.5.3 to 0.5.4

Choose a tag to compare

@macbre macbre released this 30 Nov 18:24
b8f690b

What's Changed

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

Trusted publishing to PyPI

Choose a tag to compare

@macbre macbre released this 16 Oct 09:35
269897a

What's Changed

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

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

Choose a tag to compare

@macbre macbre released this 04 May 15:47
764f3a3

What's Changed

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

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

Choose a tag to compare

@macbre macbre released this 23 Apr 17:06
176bbcf

What's Changed

New Contributors

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

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

sqlparse library updated

Choose a tag to compare

@macbre macbre released this 14 Nov 23:17
2ac2163

What's Changed

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

Fix the MSSQL Unqualified Schema Table Parsing

Choose a tag to compare

@macbre macbre released this 24 Oct 16:10
18ec5ea

What's Changed

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

Support the TRUNCATE TABLE query

Choose a tag to compare

@macbre macbre released this 26 Aug 18:53
3e47e9a

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