summaryrefslogtreecommitdiff
path: root/test/sql/test_external_traversal.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-2/+2
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-3/+7
* include setup_joins targets when scanning for FROM objects to cloneMike Bayer2021-09-201-0/+105
* reset key/name when TableValuedColumn is adaptedMike Bayer2021-07-161-0/+15
* Ensure alias traversal block works when adapt_from_selectables presentMike Bayer2021-07-141-2/+15
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-0/+23
* Fix adaption in AnnotatedLabel; repair needless expense in coercionMike Bayer2021-05-281-0/+28
* set bindparam.expanding in coercion againMike Bayer2021-05-101-0/+16
* Merge "Don't stringify unnamed column elements when proxying"mike bayer2021-04-171-2/+2
|\
| * Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-2/+2
* | Uniquify FROMs when traversing through selectMike Bayer2021-04-171-0/+38
|/
* Fix with_expression() cache leak; don't adapt singletonsMike Bayer2021-04-141-0/+71
* Ensure bindparam key escaping applied in all casesMike Bayer2021-04-121-1/+49
* Adjust derivation rules for table vs. subquery against a joinMike Bayer2021-03-231-14/+101
* Ensure ClauseAdapter treats FunctionElement as a ColumnElementMike Bayer2021-03-181-0/+34
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-23/+54
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-7/+7
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+7
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-1/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-7/+7
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-58/+71
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-8/+8
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-0/+84
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-106/+89
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+125
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+1
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-18/+21
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-41/+100
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-2/+2
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-0/+2096