14
0

Accepting request 1174185 from Application:ERP:GNUHealth:Factory

- version 1.5.0
  * naming scheme broken upstream
  * Add MERGE query
  * Support “UPSERT” with ON CONFLICT clause on INSERT query
  * Remove default escape char on LIKE and ILIKE
  * Add GROUPING SETS, CUBE, and ROLLUP clauses for GROUP BY.

OBS-URL: https://build.opensuse.org/request/show/1174185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=21
This commit is contained in:
2024-05-20 18:12:28 +00:00
committed by Git OBS Bridge
parent 065a0aea15
commit d56de8b27e
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 15 08:46:55 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- version 1.5.0
* naming scheme broken upstream
* Add MERGE query
* Support “UPSERT” with ON CONFLICT clause on INSERT query
* Remove default escape char on LIKE and ILIKE
* Add GROUPING SETS, CUBE, and ROLLUP clauses for GROUP BY.
-------------------------------------------------------------------
Sat Jan 13 14:06:41 UTC 2024 - Axel Braun <axel.braun@gmx.de>