14
0

Accepting request 1143990 from devel:languages:python

- 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/request/show/1143990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=6
This commit is contained in:
2024-02-04 18:09:54 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9dade1734d7ee48177960d0db2d751b7d3260ffd5882c1a92be441e9b0d35b2
size 26339

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:806f002b89f78377c1e1c6262ce572d4a34b3a70169bc5bf5833d7548a07bfe7
size 27088

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-partiql-parser
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-py-partiql-parser
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: Pure Python PartiQL Parser
License: MIT