summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
Commit message (Expand)AuthorAgeFilesLines
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-0/+1
* sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-6/+22
* In tests, use compat.py where there is overlapJon Dufresne2017-12-111-2/+3
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-2/+2
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-021-1/+2
|\
| * Always import the system unittestJon Dufresne2017-12-011-1/+2
* | Use builtin function next() throughout projectJon Dufresne2017-12-011-3/+3
|/
* Drop support for EOL Python 2.6Hugo2017-11-281-2/+0
* 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