summaryrefslogtreecommitdiff
path: root/test/sql/test_selectable.py
Commit message (Expand)AuthorAgeFilesLines
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-1/+66
* Account for `schema` in `table()` `fullname` attribute.Federico Caselli2021-10-011-0/+8
* add columns_clause_froms and related use casesMike Bayer2021-08-071-1/+26
* Merge "Modernize tests - legacy_select"mike bayer2021-07-211-3/+3
|\
| * Modernize tests - legacy_selectGord Thompson2021-07-211-3/+3
* | dont warn for dictionary passed positionallyMike Bayer2021-07-211-1/+1
|/
* Adjust CTE recrusive col list to accommodate dupe col namesMike Bayer2021-07-131-2/+4
* Merge "labeling refactor"mike bayer2021-07-131-4/+37
|\
| * labeling refactorMike Bayer2021-07-121-4/+37
* | Modernize tests - select(whereclause)Gord Thompson2021-07-041-3/+3
|/
* repair Join.is_derived_from() to not rely on simple identityMike Bayer2021-06-071-0/+32
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+1
* ensure SelectState.all_selected_columns not memoized as a generatorMike Bayer2021-04-281-0/+11
* omit text from selected_columns; clear memoizationsMike Bayer2021-04-221-0/+24
* Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-4/+14
* Infer types in BindParameter when expanding=TrueMike Bayer2021-04-081-1/+1
* Correct for CTE correspondence w/ aliased CTEMike Bayer2021-03-311-0/+40
* Raise at Core / ORM concrete inh level for label overlapMike Bayer2021-03-181-0/+31
* Extract table names when comparing to nrte errorMike Bayer2021-02-181-0/+49
* Further refine labeling for renamed columnsMike Bayer2021-02-121-5/+5
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-0/+39
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-38/+132
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+8
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-20/+40
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-10/+10
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-9/+9
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-0/+28
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-3/+3
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-256/+226
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+60
* Correctly apply self_group in type_coerce element.Federico Caselli2020-05-221-0/+7
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-4/+4
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-15/+64
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-4/+8
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-9/+12
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-1/+3
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-1/+1
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-32/+26
* Omit onclause as source of FROMs from a JoinMike Bayer2019-10-091-0/+26
* create second level deduping when use_labels is turned onMike Bayer2019-10-071-0/+7
* Unify generation between Core and ORM queryMike Bayer2019-09-261-6/+6
* Annotate session-bind-lookup entity in Query-produced selectablesMike Bayer2019-08-301-12/+54
* Don't assume key when matching cloned columns in _make_proxyMike Bayer2019-08-011-0/+22
* Fix typosMin ho Kim2019-07-211-2/+2
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-41/+44
* SelectBase no longer a FromClauseMike Bayer2019-07-061-189/+439
* Rework proxy_cache fix to restore performanceMike Bayer2019-07-021-1/+17
* Clear proxy_set cache when creating an annotated columnMike Bayer2019-07-021-0/+33
* Enable F841Mike Bayer2019-06-201-11/+10