summaryrefslogtreecommitdiff
path: root/test/sql/test_selectable.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverse Alias nesting conceptMike Bayer2019-06-131-0/+72
* Use roles for ORM alias() conversionMike Bayer2019-05-271-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-6/+11
* Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-211-0/+13
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-33/+0
* Post black reformattingMike Bayer2019-01-061-24/+53
* Run black -l 79 against all source filesMike Bayer2019-01-061-833/+1024
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* Use consistent method signature for Alias.self_group()Mike Bayer2017-04-031-0/+14
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-29/+32
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-0/+38
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-211-0/+27
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-4/+8
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-2/+2
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-0/+20
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-1/+30
* fooMike Bayer2015-03-081-3/+3
* - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-0/+24
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-0/+7
* - update the flake8 rules againMike Bayer2014-07-181-275/+349
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-0/+13
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - add further coverage for join_condition to make sure we get this case whereMike Bayer2014-03-281-0/+10
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-261-0/+35
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-261-0/+25