Wang Mingyu
705abb20c1
python3-sqlparse: upgrade 0.5.3 -> 0.5.4
...
Changelog:
=============
Enhancements
---------------
* Add support for Python 3.14.
* Add type annotations to top-level API functions and include py.typed marker
for PEP 561 compliance, enabling type checking with mypy and other tools
* Add pre-commit hook support. sqlparse can now be used as a pre-commit hook
to automatically format SQL files. The CLI now supports multiple files and
an '--in-place' flag for in-place editing
* Add 'ATTACH' and 'DETACH' to PostgreSQL keywords
* Add 'INTERSECT' to close keywords in WHERE clause
* Support 'REGEXP BINARY' comparison operator
Bug Fixes
----------
* Add additional protection against denial of service attacks when parsing
very large lists of tuples. This enhances the existing recursion protections
with configurable limits for token processing to prevent DoS through
algorithmic complexity attacks. The new limits (MAX_GROUPING_DEPTH=100,
MAX_GROUPING_TOKENS=10000) can be adjusted or disabled (by setting to None)
if needed for legitimate large SQL statements.
* Remove shebang from cli.py and remove executable flag
* Fix strip_comments not removing all comments when input contains only
comments
* Fix splitting statements with IF EXISTS/IF NOT EXISTS inside BEGIN...END
blocks
* Fix splitting on semicolons inside BEGIN...END blocks
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-12-02 09:22:51 -08:00
..
2025-10-19 16:11:36 -07:00
2025-11-18 16:24:13 -08:00
2025-11-14 07:39:48 -08:00
2025-07-15 12:01:07 -07:00
2025-10-08 18:46:03 -07:00
2025-11-29 21:19:36 -08:00
2025-10-05 21:43:43 -07:00
2025-07-22 16:39:49 -07:00
2025-11-20 18:10:36 -08:00
2025-11-20 14:54:55 -08:00
2025-07-22 00:16:42 -07:00
2025-07-22 00:16:43 -07:00
2025-10-21 20:02:41 -07:00
2025-11-11 10:19:42 -08:00
2025-11-04 16:52:46 -08:00
2025-10-06 11:34:43 -07:00
2025-10-05 21:43:44 -07:00
2025-10-05 21:43:43 -07:00
2025-10-25 14:20:38 -07:00
2025-07-01 23:19:38 -07:00
2025-11-20 10:30:33 -08:00
2025-11-18 16:24:12 -08:00
2025-10-15 12:43:14 -07:00
2025-11-25 07:44:42 -08:00
2025-11-26 19:07:04 -08:00
2025-11-10 10:21:42 -08:00
2025-11-12 06:49:44 -08:00
2025-11-25 15:32:28 -08:00
2025-11-13 19:05:06 -08:00
2025-10-29 10:14:14 -07:00
2025-10-05 21:43:43 -07:00
2025-08-04 17:32:04 -07:00
2024-01-23 11:55:35 -08:00
2024-02-19 23:22:24 -08:00
2025-11-14 07:36:55 -08:00
2025-10-06 11:34:42 -07:00
2025-08-03 18:21:11 -07:00
2025-07-08 23:40:29 -07:00
2025-11-18 08:23:44 -08:00
2025-11-29 21:19:36 -08:00
2025-12-02 09:22:50 -08:00
2025-11-18 08:23:44 -08:00
2025-12-02 09:22:50 -08:00
2025-11-18 20:09:52 -08:00
2024-10-19 20:26:43 -07:00
2025-09-16 09:59:17 -07:00
2025-11-18 20:07:55 -08:00
2025-11-25 07:44:41 -08:00
2025-11-11 10:19:42 -08:00
2025-11-21 16:16:34 -08:00
2024-02-19 23:22:24 -08:00
2025-11-25 07:44:41 -08:00
2025-10-09 09:41:11 -07:00
2025-06-25 06:44:52 -07:00
2025-11-25 07:44:41 -08:00
2025-12-02 09:22:50 -08:00
2025-09-01 15:52:05 -07:00
2025-11-11 10:19:42 -08:00
2025-04-25 08:00:01 -07:00
2025-05-21 07:39:37 -07:00
2025-11-18 08:23:45 -08:00
2025-11-25 07:44:42 -08:00
2025-11-18 16:24:13 -08:00
2025-11-12 22:46:02 -08:00
2025-11-18 08:23:45 -08:00
2025-08-20 07:35:10 -07:00
2025-11-18 08:23:45 -08:00
2025-10-29 10:14:13 -07:00
2025-11-11 10:19:42 -08:00
2025-11-25 07:44:42 -08:00
2025-10-21 20:02:40 -07:00
2025-11-14 07:39:48 -08:00
2025-07-15 12:01:07 -07:00
2025-11-25 07:44:42 -08:00
2025-07-04 09:42:11 -07:00
2025-10-21 20:02:41 -07:00
2025-10-15 12:03:01 -07:00
2025-11-25 07:44:42 -08:00
2025-02-17 07:40:58 -08:00
2025-07-15 00:25:31 -07:00
2025-12-01 08:45:52 -08:00
2025-09-01 15:52:05 -07:00
2025-06-25 06:44:52 -07:00
2025-03-25 18:32:07 -07:00
2025-10-24 09:06:24 -07:00
2025-07-04 09:42:10 -07:00
2025-10-08 18:46:03 -07:00
2024-12-19 09:41:21 -08:00
2025-11-06 16:00:50 -08:00
2025-11-25 07:44:43 -08:00
2025-07-21 22:43:59 -07:00
2024-02-19 23:22:24 -08:00
2025-11-26 19:07:04 -08:00
2025-11-26 19:07:04 -08:00
2025-10-06 22:08:46 -07:00
2025-08-20 07:35:11 -07:00
2025-09-16 09:59:18 -07:00
2025-01-30 14:15:37 -08:00
2025-03-25 09:33:54 -07:00
2025-08-20 07:35:11 -07:00
2025-09-04 10:28:25 -07:00
2025-01-24 18:20:02 -08:00
2025-07-15 12:01:07 -07:00
2024-01-23 11:55:35 -08:00
2025-04-19 14:36:06 -07:00
2025-09-04 10:28:25 -07:00
2025-12-02 09:22:50 -08:00
2025-11-18 08:23:45 -08:00
2025-09-16 09:59:18 -07:00
2025-09-16 09:59:18 -07:00
2025-11-30 20:20:59 -08:00
2025-11-29 21:19:36 -08:00
2025-08-20 07:35:11 -07:00
2021-08-03 10:21:25 -07:00
2025-10-09 09:41:11 -07:00
2025-09-04 10:28:26 -07:00
2024-12-19 09:41:21 -08:00
2024-12-19 09:41:21 -08:00
2024-12-19 09:41:21 -08:00
2025-08-04 17:32:05 -07:00
2024-12-19 09:41:21 -08:00
2025-10-08 23:35:53 -07:00
2024-12-19 09:41:21 -08:00
2025-08-04 17:32:05 -07:00
2024-12-19 09:41:21 -08:00
2025-01-30 14:15:36 -08:00
2025-08-21 07:51:07 -07:00
2025-10-14 09:00:22 -07:00
2025-12-02 09:18:19 -08:00
2025-07-10 10:46:23 -07:00
2025-01-30 14:15:35 -08:00
2025-09-24 13:17:39 -07:00
2025-02-12 09:17:20 -08:00
2025-12-02 09:22:50 -08:00
2025-08-21 07:51:07 -07:00
2025-11-20 18:10:36 -08:00
2025-11-20 14:54:55 -08:00
2025-10-28 23:31:29 -07:00
2025-08-21 07:51:07 -07:00
2025-10-14 09:00:22 -07:00
2025-11-11 10:19:44 -08:00
2025-10-29 10:14:13 -07:00
2025-10-29 10:14:13 -07:00
2025-10-29 10:14:13 -07:00
2025-10-21 20:02:41 -07:00
2025-09-16 09:59:18 -07:00
2025-10-15 12:03:01 -07:00
2025-10-29 10:14:13 -07:00
2025-10-21 20:02:41 -07:00
2025-09-16 09:59:18 -07:00
2025-11-21 16:16:34 -08:00
2025-11-11 10:19:42 -08:00
2025-09-04 10:50:40 -07:00
2025-11-18 08:17:55 -08:00
2025-06-25 06:44:52 -07:00
2025-12-02 09:18:20 -08:00
2025-12-02 09:22:50 -08:00
2025-10-29 10:14:13 -07:00
2025-11-13 10:15:06 -08:00
2021-02-19 10:02:43 -08:00
2025-01-30 14:15:35 -08:00
2025-10-14 09:00:22 -07:00
2025-11-11 10:19:42 -08:00
2025-10-14 09:00:23 -07:00
2025-08-04 17:32:06 -07:00
2025-02-12 09:16:04 -08:00
2024-11-19 16:59:14 -08:00
2025-09-04 10:28:27 -07:00
2024-02-22 12:59:38 -08:00
2025-07-09 09:16:05 -07:00
2025-08-01 14:32:22 -07:00
2025-08-21 07:51:08 -07:00
2025-11-12 22:46:03 -08:00
2025-11-21 07:23:31 -08:00
2025-06-25 06:44:52 -07:00
2024-12-19 09:41:21 -08:00
2025-11-11 10:19:42 -08:00
2025-11-04 16:52:46 -08:00
2025-11-11 10:19:43 -08:00
2025-10-14 09:00:23 -07:00
2025-10-29 10:14:13 -07:00
2025-04-15 12:52:18 -07:00
2025-10-24 09:06:24 -07:00
2025-11-25 07:44:43 -08:00
2025-12-02 09:18:04 -08:00
2025-10-09 09:41:11 -07:00
2024-10-19 20:26:47 -07:00
2025-07-08 23:40:31 -07:00
2025-07-26 09:56:18 -07:00
2025-08-04 17:32:06 -07:00
2025-07-21 12:45:14 -07:00
2025-11-12 06:49:44 -08:00
2025-12-02 09:22:51 -08:00
2025-06-26 07:26:20 -07:00
2025-09-04 10:50:40 -07:00
2025-06-26 07:24:03 -07:00
2025-10-06 11:34:43 -07:00
2024-02-19 23:22:24 -08:00
2025-10-24 09:06:24 -07:00
2025-10-24 09:06:24 -07:00
2025-11-12 22:46:03 -08:00
2023-06-24 09:01:52 -07:00
2025-10-05 21:43:44 -07:00
2025-11-19 14:03:48 -08:00
2025-09-04 10:28:27 -07:00
2025-11-06 16:01:15 -08:00
2024-12-19 09:41:21 -08:00
2025-01-01 19:02:16 -08:00
2024-08-09 14:25:28 -07:00
2020-05-19 17:14:09 -07:00
2024-10-19 20:26:48 -07:00
2025-11-24 21:54:46 -08:00
2025-11-27 08:49:32 -08:00
2025-11-11 10:19:43 -08:00
2025-10-14 09:00:23 -07:00
2025-08-04 11:45:24 -07:00
2025-10-29 10:14:13 -07:00
2025-09-04 10:50:40 -07:00
2025-11-18 08:23:45 -08:00
2023-11-06 08:47:24 -08:00
2025-07-04 09:42:10 -07:00
2025-09-04 10:28:28 -07:00
2025-11-21 16:16:34 -08:00
2025-11-18 08:23:46 -08:00
2025-01-17 16:39:41 -08:00
2024-02-19 23:22:24 -08:00
2025-11-18 08:23:46 -08:00
2024-06-11 22:02:00 -07:00
2025-03-31 15:00:32 -07:00
2025-10-25 14:20:38 -07:00
2025-06-25 06:44:52 -07:00
2025-10-24 18:45:43 -07:00
2025-12-02 09:22:51 -08:00
2025-11-21 07:23:31 -08:00
2025-07-01 08:11:11 -07:00
2025-09-16 09:59:19 -07:00
2025-07-01 23:19:38 -07:00
2024-11-19 13:50:56 -08:00
2025-06-26 07:24:03 -07:00
2025-10-08 23:35:54 -07:00
2025-11-20 10:30:33 -08:00
2025-11-20 10:30:33 -08:00
2025-11-20 10:30:33 -08:00
2024-08-09 14:25:17 -07:00
2025-10-24 09:06:24 -07:00
2025-06-26 07:24:04 -07:00
2024-12-19 09:41:21 -08:00
2023-09-26 20:52:58 -07:00
2023-06-06 23:07:58 -07:00
2025-11-21 16:16:34 -08:00
2025-11-18 16:24:12 -08:00
2025-08-21 13:15:37 -07:00
2025-12-02 09:22:51 -08:00
2025-11-18 08:23:46 -08:00
2025-09-04 10:28:28 -07:00
2025-10-15 12:43:14 -07:00
2025-12-02 09:22:51 -08:00
2025-09-24 13:17:41 -07:00
2025-10-14 09:00:24 -07:00
2025-11-11 10:19:43 -08:00
2025-09-24 13:17:40 -07:00
2025-04-19 14:36:06 -07:00
2025-11-18 16:24:12 -08:00
2024-12-24 08:23:09 -08:00
2021-08-03 10:21:25 -07:00
2025-11-26 15:28:07 -08:00
2023-02-27 09:43:09 -08:00
2025-11-24 21:54:47 -08:00
2025-11-25 07:44:42 -08:00
2025-11-26 19:07:04 -08:00
2024-12-19 09:41:21 -08:00
2025-09-04 10:28:28 -07:00
2024-10-19 20:26:49 -07:00
2025-11-12 22:46:03 -08:00
2025-07-13 09:46:11 -07:00
2025-11-12 22:46:04 -08:00
2025-11-18 10:06:04 -08:00
2024-02-19 23:22:24 -08:00
2025-10-14 09:00:24 -07:00
2025-10-14 09:00:24 -07:00
2025-11-18 16:24:12 -08:00
2025-10-14 09:00:24 -07:00
2025-10-24 09:06:24 -07:00
2025-01-31 10:34:03 -08:00
2025-11-11 10:19:43 -08:00
2025-12-01 08:45:52 -08:00
2025-10-29 10:14:14 -07:00
2024-04-02 11:28:54 -07:00
2025-11-28 11:39:51 -08:00
2025-08-21 13:15:38 -07:00
2025-11-25 07:44:43 -08:00
2025-11-15 15:49:43 -08:00
2025-07-07 10:00:53 -07:00
2025-04-23 19:35:07 -07:00
2025-07-09 09:16:04 -07:00
2025-11-12 06:49:44 -08:00
2025-03-20 08:46:56 -07:00
2025-09-16 09:59:19 -07:00
2023-06-06 23:07:58 -07:00
2025-10-29 10:14:14 -07:00
2025-10-15 12:03:01 -07:00
2025-10-24 09:06:24 -07:00
2025-08-04 17:32:06 -07:00
2025-10-08 23:35:54 -07:00
2025-01-24 18:20:03 -08:00
2025-11-18 08:23:46 -08:00
2023-10-24 09:08:45 -07:00
2024-04-02 11:28:54 -07:00
2024-02-10 10:39:57 -08:00
2025-11-29 08:32:47 -08:00
2025-09-04 10:28:29 -07:00
2022-05-29 06:39:14 -07:00
2025-09-24 13:17:41 -07:00
2025-10-14 09:00:24 -07:00
2025-12-02 09:22:51 -08:00
2025-11-11 10:19:43 -08:00
2025-11-25 07:44:43 -08:00
2025-09-04 10:28:30 -07:00
2025-12-01 08:45:53 -08:00
2025-11-04 23:14:25 -08:00
2024-02-19 23:22:24 -08:00
2025-10-09 09:41:11 -07:00
2025-11-25 15:32:28 -08:00
2025-10-28 23:31:29 -07:00
2022-05-02 14:12:12 -07:00
2025-12-01 08:45:52 -08:00
2024-08-09 14:25:28 -07:00
2025-10-14 09:00:25 -07:00
2025-06-09 21:24:16 -07:00
2025-12-02 09:18:19 -08:00
2025-08-21 13:15:38 -07:00
2025-06-26 07:24:04 -07:00
2024-02-19 23:22:24 -08:00
2025-11-06 16:01:15 -08:00
2025-11-11 10:19:43 -08:00
2025-08-04 17:32:07 -07:00
2025-09-16 09:59:20 -07:00
2025-06-07 07:05:26 -07:00
2025-08-04 17:32:07 -07:00
2025-10-16 13:17:14 -07:00
2025-07-23 10:29:23 -07:00
2025-11-18 20:07:50 -08:00
2025-11-25 07:44:44 -08:00
2025-10-13 23:47:04 -07:00
2025-03-11 17:17:24 -07:00
2025-09-04 10:28:30 -07:00
2025-10-24 18:45:43 -07:00
2025-11-24 21:54:46 -08:00
2025-01-31 10:34:03 -08:00
2025-06-26 07:24:05 -07:00
2025-11-13 19:05:06 -08:00
2025-05-21 07:39:42 -07:00
2025-10-29 10:14:14 -07:00
2025-11-06 16:00:51 -08:00
2025-07-15 12:01:07 -07:00
2025-11-06 16:00:51 -08:00
2025-10-09 09:41:11 -07:00
2025-09-16 09:59:20 -07:00
2025-06-26 07:24:05 -07:00
2025-10-21 20:02:42 -07:00
2024-09-05 12:31:34 -07:00
2025-10-08 18:46:03 -07:00
2025-11-18 08:23:46 -08:00
2025-10-29 10:14:14 -07:00
2025-11-18 08:17:52 -08:00
2025-12-02 09:18:19 -08:00
2025-06-26 07:24:05 -07:00