Release of python-sql 1.4.0

We are proud to announce the release of the version 1.4.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:

  • Use unittest discover
  • Use only column name for INSERT and UPDATE
  • Add escape to Like operators
  • Add default literal β€˜*’ expression to Count
  • Add support for Python 3.10

python-sql is available on PyPI: python-sql Β· PyPI

3 Likes

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