python-sql 0.5

Cédric Krier cedric.krier at b2ck.com
Thu Jan 29 23:08:22 CET 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 schema
    * Add Common Table Expression
    * Escape Mod operator '%' with format paramstyle
    * Deprecate Interesect in favor of Intersect
    * Add Values

python-sql is available on PyPI:

      http://pypi.python.org/pypi/python-sql/0.5


More information about the Python-announce-list mailing list