Package Release Info

python-python-sql-1.1.0-bp153.1.15

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-python-sql
python3-python-sql

Change Logs

Version: 1.1.0-bp152.1.10
* Sat Jan 25 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 01 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
Version: 0.9-bp150.2.4
* Mon Apr 24 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 2017 axel.braun@gmx.de
- singlespec
  source URL corrected
* Thu Jun 30 2016 axel.braun@gmx.de
- corrected name/metaname
* Thu Jun 30 2016 axel.braun@gmx.de
- correct naming to python-python-sql
  correct License
* Sat Sep 19 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 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 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 2014 axel.braun@gmx.de
- upgrade to version 0.4
* Mon Mar 24 2014 axel.braun@gmx.de
- update to version 0.3
* Mon Oct 28 2013 axel.braun@gmx.de
- Initial Build on OBS