summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-23Bump version to 1.5.1Carlos Aznarán
2024-05-13Bump version to 1.5.0Carlos Aznarán
2023-06-28Bump version to 1.4.2Carlos Aznarán Laos
2023-05-06Python 3.11 rebuildCarlos Aznarán Laos
2022-06-24Bump version to 1.4.0Carlos Aznarán Laos
2022-03-09Add licenseCarlos Aznarán Laos
2021-09-15update to python-sql-1.3.0Richard PALO
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
2021-05-24update to python-sql-1.2.2Richard PALO
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
2020-10-08update to python-sql 1.2.1Richard PALO
Version 1.2.1 - 2020-10-08 * Fix AttributeError in Select.params with windows
2020-10-07update to python-sql 1.2.0Richard PALO
Version 1.2.0 - 2020-10-05 * Add explicit Windows to Select * Fix missing Windows definitions in nested expressions
2020-01-25Release 1.1.0 of python-sqlRichard PALO
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
2018-11-20Update to python-sql-1.0.0 merging separate packages into split package.Richard PALO
2018-02-11initial commitRichard PALO