summaryrefslogtreecommitdiff
path: root/test/orm/test_froms.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-25/+22
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-2/+2
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-3/+38
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-34/+29
* perf tweaksMike Bayer2020-06-191-0/+12
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+1
* Convert execution to move through SessionMike Bayer2020-05-251-1/+6
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-257/+436
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-4/+4
* Deprecate :func:`.eagerload` and :func:`.relation`Federico Caselli2020-03-101-2/+3
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-0/+2
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-21/+18
* Query linter optionAlessio Bogon2020-01-221-4/+16
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-5/+0
* Establish that contains_eager()->alias can be replaced by of_typeMike Bayer2020-01-141-0/+30
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-6/+11
* Deprecate textual column matching in RowMike Bayer2019-10-041-149/+25
* Simplify _ColumnEntity, relatedMike Bayer2019-09-301-6/+8
* Fix typosMin ho Kim2019-07-211-1/+1
* SelectBase no longer a FromClauseMike Bayer2019-07-061-1/+35
* Use roles for ORM alias() conversionMike Bayer2019-05-271-17/+17
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-14/+16
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-20/+7
* Cleanup with query aliasingMike Bayer2019-01-181-1/+1
* Post black reformattingMike Bayer2019-01-061-48/+60
* Run black -l 79 against all source filesMike Bayer2019-01-061-1061/+1979
* Don't apply no-traverse to query.statementMike Bayer2018-07-141-0/+36
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+1
* Allow aliased() to be passed to Query.select_entity_from().Mike Bayer2017-03-271-0/+25
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-124/+129
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-191-0/+1
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-191-0/+1
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-191-5/+6
|/
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-10/+16
* PEP8 tidy of test/orm/test_froms.pyTony Locke2014-07-201-949/+1047
* Opened test_self_referential for pg8000Tony Locke2014-07-201-2/+1
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-141-0/+46
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-16/+18
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-8/+44
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-1/+32
* add a test for the exception we want to raise hereMike Bayer2013-05-301-0/+12
* The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-301-44/+64
* - the raw 2to3 runMike Bayer2013-04-271-122/+122
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-0/+61
* - clean up entity correlation tests in test_queryMike Bayer2013-03-091-4/+2
* The :meth:`.Query.select_from` method can now be used with aMike Bayer2012-12-131-0/+39
* The auto-correlation feature of :func:`.select`, andMike Bayer2012-10-221-19/+32
* getting everything to pass againMike Bayer2012-09-271-1/+2