Tuesday, September 14, 2021

Tryton News: Release 1.3.0 of python-sql

We are proud to announce the release of the version 1.3.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 GROUPS frame to Window
  • Add exclude to Window
  • Add method for each type of join
  • Support Select queries in conditionals and functions
  • Remove support for Python older than 3.5

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

1 post - 1 participant

Read full topic



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...