From 8f78cb44fe7a0d59f91616714c6b7423fca0cdf95d9b493d7a18deae136577aa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Jan 2026 16:07:39 +0000 Subject: [PATCH] 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 --- python-sqlparse.changes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-sqlparse.changes b/python-sqlparse.changes index 9ceef6e..0f0d209 100644 --- a/python-sqlparse.changes +++ b/python-sqlparse.changes @@ -3,8 +3,7 @@ Tue Jan 27 16:06:23 UTC 2026 - Dirk Müller - 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