14
0
Files
python-python-sql/python-python-sql.changes
Matej Cepl 8d1bca1b38 Accepting request 918883 from home:DocB:branches:devel:languages:python
- Version 1.3.0
  * Add GROUPS frame to Window
  * Add exclude to Window
  * Add method for each type of join
  * Remove support for Python older than 3.5
  * Support Select queries in conditionals and functions

OBS-URL: https://build.opensuse.org/request/show/918883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=14
2021-09-14 12:28:39 +00:00

125 lines
3.9 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 14 10:18:53 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- Version 1.3.0
* Add GROUPS frame to Window
* Add exclude to Window
* Add method for each type of join
* Remove support for Python older than 3.5
* Support Select queries in conditionals and functions
-------------------------------------------------------------------
Fri Sep 10 07:14:18 UTC 2021 - pgajdos@suse.com
- version update to 1.2.2
Version 1.2.2 - 2021-05-16
* Escape table and column names containing double quote
* Use alias on the main table used in UPDATE and INSERT
* Add support for Python 3.9
Version 1.2.1 - 2020-10-08
* Fix AttributeError in Select.params with windows
-------------------------------------------------------------------
Tue Oct 6 08:20:02 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- Version 1.2.0
* Add explicit Windows to Select
* Fix missing Windows definitions in nested expressions
-------------------------------------------------------------------
Sat Jan 25 18:30:16 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- Version 1.1.0 - 2020-01-25
* Add ORDER BY clause to aggregate functions
* Add support for Python 3.8
* Add distinct on Select
-------------------------------------------------------------------
Mon Oct 1 08:59:59 UTC 2018 - Axel Braun <axel.braun@gmx.de>
- Version 1.0.0
* Add Flavor filter_ to fallback to case expression
* Allow to use expression in AtTimeZone
* Add comparison predicates
* Add COLLATE
* various bugfixes
-------------------------------------------------------------------
Mon Apr 24 11:49:18 UTC 2017 - axel.braun@gmx.de
- Version 0.9
* Add distinct_on on Select
* Allow to use Select as Column of Select query
* Support Select without from clause
-------------------------------------------------------------------
Mon Apr 17 08:32:08 UTC 2017 - axel.braun@gmx.de
- singlespec
source URL corrected
-------------------------------------------------------------------
Thu Jun 30 14:09:28 UTC 2016 - axel.braun@gmx.de
- corrected name/metaname
-------------------------------------------------------------------
Thu Jun 30 13:11:32 UTC 2016 - axel.braun@gmx.de
- correct naming to python-python-sql
correct License
-------------------------------------------------------------------
Sat Sep 19 16:17:47 UTC 2015 - axel.braun@gmx.de
- Version 0.8
* Add DISTINCT qualifier to aggregate expressions
* Allow to order on select queries
* Add NULL ordering
* Use UPPER to simulate missing ILIKE
* Add CURRENT_DATE function
* Fix DateTrunc function name
* Add no_boolean Flavor
* Add converter format2numeric
* Add rownum limit style
* Add no_as Flavor
-------------------------------------------------------------------
Wed May 20 14:28:13 UTC 2015 - axel.braun@gmx.de
- upgrade to version 0.7
* Fix WINDOW and HAVING params order in Select
* Add window functions
* Add filter and within group to aggregate
* Add limitstyle with 'offset' and 'limit'
* Add Lateral
-------------------------------------------------------------------
Fri Feb 06 08:57:23 UTC 2015 - axel.braun@gmx.de
- upgrade to version 0.6
* Fix Delete query under multithread
* Add missing quote for with query name
- Changes from version 0.5
* Add schema
* Add Common Table Expression
* Escape Mod operator '%' with format paramstyle
* Deprecate Interesect in favor of Intersect
* Add Values
- remove build dependencies to python-Genshi, python-lxml
-------------------------------------------------------------------
Fri Sep 12 08:04:20 UTC 2014 - axel.braun@gmx.de
- upgrade to version 0.4
-------------------------------------------------------------------
Mon Mar 24 13:12:58 UTC 2014 - axel.braun@gmx.de
- update to version 0.3
-------------------------------------------------------------------
Mon Oct 28 15:08:46 UTC 2013 - axel.braun@gmx.de
- Initial Build on OBS