14
0

- update to 0.5.1:

* Support INSERT/DELETE/UPDATE queries:
    * that contain a table name without quotes
    * that contain parameters
    * when calling get_query_metadata()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=11
This commit is contained in:
2024-02-04 11:44:04 +00:00
committed by Git OBS Bridge
parent 89136c9f56
commit f823d02bc7
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 4 11:43:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.5.1:
* Support INSERT/DELETE/UPDATE queries:
* that contain a table name without quotes
* that contain parameters
* when calling get_query_metadata()
-------------------------------------------------------------------
Wed Dec 27 13:51:19 UTC 2023 - Dirk Müller <dmueller@suse.com>