summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
Commit message (Expand)AuthorAgeFilesLines
* Added test to verify sql objects work with copy_expert()Daniele Varrazzo2017-03-161-1/+25
* Deal consistently with E'' quotes in testsDaniele Varrazzo2017-02-061-7/+5
* Autonumbered args not available in Python 2.6Daniele Varrazzo2017-01-031-12/+17
* Several improvements to the sql objectsDaniele Varrazzo2017-01-031-15/+74
* Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-031-26/+55
* Dropped sql.composeDaniele Varrazzo2017-01-011-21/+20
* Adding sql module documentationDaniele Varrazzo2017-01-011-0/+5
* Added test for sql percents treatmentDaniele Varrazzo2017-01-011-0/+9
* Typo: composible -> composableDaniele Varrazzo2017-01-011-5/+5
* Fixed sql.compose with no args and added testsDaniele Varrazzo2017-01-011-0/+15
* Fixed sql.Composed representationDaniele Varrazzo2017-01-011-0/+6
* Fixed sql stuff in Py3Daniele Varrazzo2017-01-011-2/+0
* Added basic sql module implementationDaniele Varrazzo2017-01-011-1/+222
* Adding some boilerplate for the new moduleDaniele Varrazzo2017-01-011-0/+32