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
--
https://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/