summaryrefslogtreecommitdiff
path: root/lib/sql.py
Commit message (Expand)AuthorAgeFilesLines
* 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