forked from pool/python-py-partiql-parser
* DynamoDB table names can now be MixedCased. * Add JsonParser to public API. * Improve performance for JsonParser when parsing a source with many documents. * Switch to hatchling. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=15
79 lines
2.7 KiB
Plaintext
79 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 8 05:19:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.5.6:
|
|
* DynamoDB table names can now be MixedCased.
|
|
* Add JsonParser to public API.
|
|
* Improve performance for JsonParser when parsing a source with many
|
|
documents.
|
|
* Switch to hatchling.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 25 13:24:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.5.2:
|
|
* Add json_to_csv converter
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 0.5.0:
|
|
* Improved typing support
|
|
* Support for INSERT/UPDATE/DELETE statements
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 2 10:31:09 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 5 02:19:14 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.4.2
|
|
* Support for Python 3.12
|
|
- Release 0.4.1
|
|
* Increased support for WHERE-clauses:
|
|
- Nested clauses
|
|
- OR-clauses
|
|
- Functions: attribute_type, IF (NOT) MISSING, comparison
|
|
operators (<, >)
|
|
- Release 0.4.0
|
|
* The DynamoDBStatementParser now expects a document in the
|
|
DynamoDB format: {"a1": {"S": "b1"}, "a2": {"S": "b2"}}
|
|
* Adds validation for tables that start with a number
|
|
* Adds support for queries that have a table name surrounded by
|
|
quotes
|
|
- Release 0.3.8
|
|
* Support JSON documents containing (lists of) BOOLeans
|
|
- Release 0.3.6
|
|
* Allow where-clauses for lists, such as where a[1] = '..'
|
|
- The `test` top-level install has been fixed. Remove rm command.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 20 02:17:52 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.3.5:
|
|
* Packaging improvements: Include source-files in the release
|
|
- Drop patch correct-packages-decl.patch:
|
|
* Included upstream.
|
|
- Drop patch correct-version-to-tag.patch:
|
|
* No longer required.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 17 05:23:17 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Initial release of 0.3.4
|
|
- Add patch correct-packages-decl.patch:
|
|
* Specify all packages in pyproject.toml.
|
|
- Add patch correct-version-to-tag.patch:
|
|
* Version is tagged, but pyproject.toml was not updated.
|