summaryrefslogtreecommitdiff
path: root/test/sql/test_text.py
Commit message (Expand)AuthorAgeFilesLines
* use ExpressionElementRole for case targets in case()Mike Bayer2021-11-031-0/+9
* remove _resolve_label and related attributesMike Bayer2021-10-201-0/+10
* Modernize tests - legacy_selectGord Thompson2021-07-211-1/+3
* omit text from selected_columns; clear memoizationsMike Bayer2021-04-221-0/+118
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-6/+15
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-94/+79
* Don't rely on string col name in adapt_to_contextMike Bayer2020-09-061-0/+9
* Allow Grouping to pass along proxy_set of elementMike Bayer2020-07-211-0/+20
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-2/+1
* Use label reference coercion for select() distinct keyword argumentMike Bayer2019-12-061-0/+9
* Include DISTINCT in error message for label referenceMike Bayer2019-12-061-3/+21
* Add result map targeting for custom compiled, text objectsMike Bayer2019-10-071-0/+14
* Deprecate textual column matching in RowMike Bayer2019-10-041-5/+5
* Unify generation between Core and ORM queryMike Bayer2019-09-261-5/+5
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-0/+13
* SelectBase no longer a FromClauseMike Bayer2019-07-061-17/+53
* Enable F841Mike Bayer2019-06-201-2/+2
* Turn off the is_literal flag when proxying literal_column() to LabelMike Bayer2019-06-151-2/+42
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+1
* Test double colons without escaping in text()Mike Bayer2019-03-261-0/+13
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-59/+22
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-12/+0
* Post black reformattingMike Bayer2019-01-061-30/+28
* Run black -l 79 against all source filesMike Bayer2019-01-061-266/+323
* Apply percent sign escaping to literal binds, commentsMike Bayer2017-08-251-1/+18
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-0/+13
* Support python3.6Mike Bayer2017-01-131-6/+8
* - Fixed bug in :func:`.expression.text` construct where a double-colonMike Bayer2016-02-091-0/+11
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-121-1/+0
|\
| * PEP8 cleanup in /test/sqlEric Streeper2015-03-181-1/+0
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-0/+9
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-0/+14
|/
* fooMike Bayer2015-03-081-4/+4
* - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-191-4/+4
* - 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