Release 1.1.0 of python-sql

We are proud to announce the release of the version 1.1.0 of python-sql.

python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton but it has no external dependencies and is agnostic to any framework or SQL database.

In addition to bug-fixes, this release contains the following improvements:

  • Add ORDER BY clause to aggregate functions
  • Add support for Python 3.8
  • Add distinct on Select

python-sql is available on PyPI: https://pypi.org/project/python-sql/1.1.0/

2 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.