summaryrefslogtreecommitdiff
path: root/test/sql/test_text.py
Commit message (Expand)AuthorAgeFilesLines
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-071-5/+39
* wip for #3148Mike Bayer2014-09-061-1/+27
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-0/+5
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-25/+229
* - update the flake8 rules againMike Bayer2014-07-181-86/+106
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-4/+4
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-261-0/+14
* - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-101-5/+72
* - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-111-0/+11
* - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-0/+12
* - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-291-0/+348