Sql-metadata

Latest version: v2.15.0

Safety actively analyzes 701442 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.15.0

What's Changed
* Bump sqlparse from 0.5.1 to 0.5.2 by dependabot in https://github.com/macbre/sql-metadata/pull/531


**Full Changelog**: https://github.com/macbre/sql-metadata/compare/v2.14.0...v2.15.0

2.14.0

What's Changed
* Bump pylint from 3.2.6 to 3.2.7 by dependabot in https://github.com/macbre/sql-metadata/pull/524
* Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/macbre/sql-metadata/pull/527
* Handle when column name wildcard is prefixed by table name 296 by macbre in https://github.com/macbre/sql-metadata/pull/330
* fixes 475 MSSQL Unqualified Schema Table Parsing by T-Santos in https://github.com/macbre/sql-metadata/pull/530


**Full Changelog**: https://github.com/macbre/sql-metadata/compare/v2.13.0...v2.14.0

2.13.0

Fixes and improvements
* Support for the `TRUNCATE TABLE` query parsing by T-Santos in https://github.com/macbre/sql-metadata/pull/521
* fix `is_alias_without_as` logical error by MiuNice in https://github.com/macbre/sql-metadata/pull/523

Dependencies

* Bump urllib3 from 1.26.18 to 1.26.19 by dependabot in https://github.com/macbre/sql-metadata/pull/501
* Bump pylint from 3.2.3 to 3.2.4 by dependabot in https://github.com/macbre/sql-metadata/pull/503
* Bump pylint from 3.2.4 to 3.2.5 by dependabot in https://github.com/macbre/sql-metadata/pull/504
* Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by dependabot in https://github.com/macbre/sql-metadata/pull/505
* Bump certifi from 2023.7.22 to 2024.7.4 by dependabot in https://github.com/macbre/sql-metadata/pull/508
* Bump sqlparse from 0.5.0 to 0.5.1 by dependabot in https://github.com/macbre/sql-metadata/pull/511
* Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/macbre/sql-metadata/pull/512
* Bump pylint from 3.2.5 to 3.2.6 by dependabot in https://github.com/macbre/sql-metadata/pull/513
* Bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/macbre/sql-metadata/pull/515
* Bump snok/install-poetry from 1.3.4 to 1.4.0 by dependabot in https://github.com/macbre/sql-metadata/pull/516
* Bump black from 24.4.2 to 24.8.0 by dependabot in https://github.com/macbre/sql-metadata/pull/517
* Bump snok/install-poetry from 1.4.0 to 1.4.1 by dependabot in https://github.com/macbre/sql-metadata/pull/518


New Contributors
* T-Santos made their first contribution in https://github.com/macbre/sql-metadata/pull/521, hi 👋🏻

**Full Changelog**: https://github.com/macbre/sql-metadata/compare/v2.12.0...v2.13.0

2.12.0

What's Changed
* build(deps-dev): bump black from 24.4.0 to 24.4.1 by dependabot in https://github.com/macbre/sql-metadata/pull/483
* build(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by dependabot in https://github.com/macbre/sql-metadata/pull/484
* build(deps-dev): bump black from 24.4.1 to 24.4.2 by dependabot in https://github.com/macbre/sql-metadata/pull/485
* build(deps-dev): bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/macbre/sql-metadata/pull/486
* build(deps-dev): bump pylint from 3.1.0 to 3.1.1 by dependabot in https://github.com/macbre/sql-metadata/pull/488
* build(deps-dev): bump pylint from 3.1.1 to 3.2.0 by dependabot in https://github.com/macbre/sql-metadata/pull/489
* build(deps-dev): bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/macbre/sql-metadata/pull/491
* build(deps-dev): bump pylint from 3.2.0 to 3.2.1 by dependabot in https://github.com/macbre/sql-metadata/pull/492
* build(deps-dev): bump pylint from 3.2.1 to 3.2.2 by dependabot in https://github.com/macbre/sql-metadata/pull/493
* Bump pytest from 8.2.1 to 8.2.2 by dependabot in https://github.com/macbre/sql-metadata/pull/497
* Bump requests from 2.31.0 to 2.32.2 by dependabot in https://github.com/macbre/sql-metadata/pull/498
* Bump pylint from 3.2.2 to 3.2.3 by dependabot in https://github.com/macbre/sql-metadata/pull/499
* support hive create function by MiuNice in https://github.com/macbre/sql-metadata/pull/500


**Full Changelog**: https://github.com/macbre/sql-metadata/compare/v2.11.0...v2.12.0

2.11.0

What's Changed
* ClickHouse: improved tokens handling by darkydash in https://github.com/macbre/sql-metadata/pull/450
* build(deps-dev): bump pylint from 3.0.2 to 3.0.3 by dependabot in https://github.com/macbre/sql-metadata/pull/455
* build(deps-dev): bump black from 23.11.0 to 23.12.0 by dependabot in https://github.com/macbre/sql-metadata/pull/456
* build(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/macbre/sql-metadata/pull/454
* build(deps-dev): bump black from 23.12.0 to 23.12.1 by dependabot in https://github.com/macbre/sql-metadata/pull/459
* build(deps-dev): bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/macbre/sql-metadata/pull/460
* Errors with syntax loop. by MiuNice in https://github.com/macbre/sql-metadata/pull/458
* Update _preprocess_query function in parser.py by Samaha10 in https://github.com/macbre/sql-metadata/pull/461
* build(deps-dev): bump pytest from 7.4.4 to 8.0.0 by dependabot in https://github.com/macbre/sql-metadata/pull/463
* build(deps): bump actions/cache from 3 to 4 by dependabot in https://github.com/macbre/sql-metadata/pull/462
* build(deps-dev): bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/macbre/sql-metadata/pull/466
* build(deps-dev): bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/macbre/sql-metadata/pull/470
* build(deps-dev): bump pylint from 3.0.3 to 3.1.0 by dependabot in https://github.com/macbre/sql-metadata/pull/471
* build(deps-dev): bump pytest from 8.0.2 to 8.1.0 by dependabot in https://github.com/macbre/sql-metadata/pull/472
* build(deps-dev): bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/macbre/sql-metadata/pull/473
* build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by dependabot in https://github.com/macbre/sql-metadata/pull/476
* build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/macbre/sql-metadata/pull/477
* build(deps-dev): bump idna from 3.4 to 3.7 by dependabot in https://github.com/macbre/sql-metadata/pull/479
* build(deps): bump sqlparse from 0.4.4 to 0.5.0 by dependabot in https://github.com/macbre/sql-metadata/pull/481
* build(deps-dev): bump black from 23.12.1 to 24.4.0 by dependabot in https://github.com/macbre/sql-metadata/pull/480

New Contributors
* darkydash made their first contribution in https://github.com/macbre/sql-metadata/pull/450
* MiuNice made their first contribution in https://github.com/macbre/sql-metadata/pull/458
* Samaha10 made their first contribution in https://github.com/macbre/sql-metadata/pull/461

**Full Changelog**: https://github.com/macbre/sql-metadata/compare/v2.10.0...v2.11.0

2.10.0

What's Changed
* Fix 377 390 394 by Byunk in https://github.com/macbre/sql-metadata/pull/440
* build(deps-dev): bump pylint from 2.17.5 to 2.17.6 by dependabot in https://github.com/macbre/sql-metadata/pull/430
* build(deps-dev): bump pylint from 2.17.6 to 2.17.7 by dependabot in https://github.com/macbre/sql-metadata/pull/432
* build(deps-dev): bump pylint from 2.17.7 to 3.0.0 by dependabot in https://github.com/macbre/sql-metadata/pull/434
* build(deps-dev): bump urllib3 from 1.26.15 to 1.26.17 by dependabot in https://github.com/macbre/sql-metadata/pull/435
* Test using Python 3.12 by macbre in https://github.com/macbre/sql-metadata/pull/433
* build(deps-dev): bump pylint from 3.0.0 to 3.0.1 by dependabot in https://github.com/macbre/sql-metadata/pull/436
* build(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 by dependabot in https://github.com/macbre/sql-metadata/pull/441
* build(deps-dev): bump black from 23.9.1 to 23.10.0 by dependabot in https://github.com/macbre/sql-metadata/pull/442
* build(deps-dev): bump pylint from 3.0.1 to 3.0.2 by dependabot in https://github.com/macbre/sql-metadata/pull/443
* build(deps-dev): bump black from 23.10.0 to 23.10.1 by dependabot in https://github.com/macbre/sql-metadata/pull/444
* build(deps-dev): bump pytest from 7.4.2 to 7.4.3 by dependabot in https://github.com/macbre/sql-metadata/pull/445
* build(deps-dev): bump black from 23.10.1 to 23.11.0 by dependabot in https://github.com/macbre/sql-metadata/pull/449

**Full Changelog**: https://github.com/macbre/sql-metadata/compare/v2.9.0...v2.10.0

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.