17
0

returning None when grouping limits are exceeded (issue827).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=45
This commit is contained in:
2026-01-27 16:07:39 +00:00
committed by Git OBS Bridge
parent f673434928
commit 8f78cb44fe

View File

@@ -3,8 +3,7 @@ Tue Jan 27 16:06:23 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.5.5:
* Fix DoS protection to raise SQLParseError instead of silently
returning None
* when grouping limits are exceeded (issue827).
returning None when grouping limits are exceeded (issue827).
* Fix splitting of BEGIN TRANSACTION statements (issue826).
* Add support for Python 3.14.
* Add type annotations to top-level API functions and include