python-sql 0.8 released

Cédric Krier cedric.krier at b2ck.com
Sat Sep 19 15:33:24 CEST 2015


Hi,

I'm glade to announce the new release of python-sql.

python-sql is a library to write SQL queries in a pythonic way.

In addition to bugfixes, this release contains those improvements:

    * Add no_as Flavor for server that doesn't support 'AS' keyword
    * Add rownum limit style
    * Add converter format2numeric to support library that supports only numeric parmstyle
    * Add no_boolean Flavor to replace boolean Literal by an equivalent expression
    * Add CURRENT_DATE function
    * Use UPPER to simulate missing ILIKE
    * Add NULL ordering
    * Allow to order on select queries
    * Add DISTINCT qualifier to aggregate expressions

python-sql is available on PyPI:

    https://pypi.python.org/pypi/python-sql/0.8


More information about the Python-announce-list mailing list