Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 1.3.0 - 2021-09-14
* Add GROUPS frame to Window
* Add exclude to Window
* Add method for each type of join
* Remove support for Python older than 3.5
* Support Select queries in conditionals and functions
|
|
Version 1.2.2 - 2021-05-16
* Escape table and column names containing double quote
* Use alias on the main table used in UPDATE and INSERT
* Add support for Python 3.9
|
|
Version 1.2.1 - 2020-10-08
* Fix AttributeError in Select.params with windows
|
|
Version 1.2.0 - 2020-10-05
* Add explicit Windows to Select
* Fix missing Windows definitions in nested expressions
|
|
python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton 1 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
|
|
|
|
|