summaryrefslogtreecommitdiff
path: root/lib/sql.py
Commit message (Expand)AuthorAgeFilesLines
* Fix representation of sql.Placeholder2_9_1Daniele Varrazzo2021-06-171-1/+4
* Fix regression with named `sql.Placeholder`Daniele Varrazzo2021-06-161-1/+1
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Unbreak f-string wrong replacementsDaniele Varrazzo2021-05-201-1/+1
* Upgrade f-strings with flyntHugo van Kemenade2020-11-171-9/+6
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-9/+9
* Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-6/+5
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Use PY2, PY3 for conditional code instead of sys.version_infoDaniele Varrazzo2019-03-161-3/+2
* Fix typoDavid Fischer2019-02-261-1/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-8/+38
* Drop 2to3 build step; make all code compatible with all PythonsJon Dufresne2017-12-111-4/+5
* Use builtin function next() throughout projectJon Dufresne2017-12-011-1/+1
* Documentation tweaked to omit Python 2.6 distinctionsDaniele Varrazzo2017-11-281-6/+6
* Dropped repeated doc links in the same paragraphDaniele Varrazzo2017-03-161-6/+6
* Added docs about the usability of sql objects with copy_expert()sql-copyDaniele Varrazzo2017-03-161-5/+6
* Added test to verify sql objects work with copy_expert()Daniele Varrazzo2017-03-161-1/+1
* Autonumbered args not available in Python 2.6Daniele Varrazzo2017-01-031-7/+7
* Several improvements to the sql objectsDaniele Varrazzo2017-01-031-76/+95
* Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-031-135/+84
* More doc love for the sql moduleDaniele Varrazzo2017-01-011-19/+39
* sql module docs wordsmithingDaniele Varrazzo2017-01-011-4/+4
* Dropped sql.composeDaniele Varrazzo2017-01-011-16/+28
* Adding sql module documentationDaniele Varrazzo2017-01-011-24/+147
* Typo: composible -> composableDaniele Varrazzo2017-01-011-10/+10
* Fixed sql.compose with no args and added testsDaniele Varrazzo2017-01-011-4/+4
* Fixed sql.Composed representationDaniele Varrazzo2017-01-011-1/+1
* Fixed sql stuff in Py3Daniele Varrazzo2017-01-011-9/+15
* Added sql.compose() implementationDaniele Varrazzo2017-01-011-2/+98
* Added basic sql module implementationDaniele Varrazzo2017-01-011-0/+174
* Adding some boilerplate for the new moduleDaniele Varrazzo2017-01-011-0/+25