summaryrefslogtreecommitdiff
path: root/test/orm/inheritance
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-18/+17
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-087-53/+45
* ORM executemany returningMike Bayer2020-06-271-4/+15
* Merge "Turn on caching everywhere, add logging"mike bayer2020-06-102-43/+83
|\
| * Turn on caching everywhere, add loggingMike Bayer2020-06-102-43/+83
* | updated historical terms with modern equivalentsjonathan vanasco2020-06-051-33/+33
|/
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-315-4/+80
* Convert execution to move through SessionMike Bayer2020-05-251-0/+106
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-245-81/+206
* Merge "fixes #4212 raise an error if selectable and flat/aliased are sent to ...mike bayer2020-05-061-0/+19
|\
| * fixes #4212 raise an error if selectable and flat/aliased are sent to with_po...RamonWill2020-04-281-0/+19
* | Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
* | Alias the onclause if ORM join is to same polymorphic selectableMike Bayer2020-04-272-0/+59
|/
* Add ColumnProperty.Comparator.expressionsMike Bayer2020-04-201-0/+44
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-159-40/+46
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-303-7/+5
* Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-221-0/+73
* Open up check for relationships that write to the same columnMike Bayer2020-02-272-2/+6
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-1/+1
* Merge "Raise for unexpected polymorphic identity"mike bayer2020-01-302-25/+176
|\
| * Raise for unexpected polymorphic identityMike Bayer2020-01-292-27/+178
* | Merge "Accommodate for base class when adjusting path for with_polymorphic"mike bayer2020-01-281-19/+79
|\ \
| * | Accommodate for base class when adjusting path for with_polymorphicMike Bayer2020-01-281-19/+79
| |/
* | Add pyprojectFederico Caselli2020-01-272-5/+6
|/
* Query linter optionAlessio Bogon2020-01-226-12/+55
* Adjust natural path to relationship's base mapper for aliased class alsoMike Bayer2020-01-201-0/+64
* Adjust use_mapper_path rule for poly subclassesMike Bayer2020-01-131-2/+78
* Set use_mapper_path=True for with_poly subentitiesMike Bayer2020-01-071-0/+100
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-222-31/+34
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-204-429/+422
* Cancel polymorphic loading in optimized getMike Bayer2019-10-011-0/+58
* Simplify _ColumnEntity, relatedMike Bayer2019-09-301-1/+1
* Raise for NULL discriminator and pk is presentMike Bayer2019-09-032-0/+95
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-16/+16
* SelectBase no longer a FromClauseMike Bayer2019-07-061-2/+2
* Use an ordered dict for the previous changeMike Bayer2019-06-271-4/+8
* Enable F841Mike Bayer2019-06-209-139/+95
* Use roles for ORM alias() conversionMike Bayer2019-05-275-18/+31
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-184-11/+14
* Clone internals for Select._correlate_except collection as well as _correlateMike Bayer2019-03-101-1/+112
* Improve support for with_polymorphic in mapper optionsMike Bayer2019-02-041-2/+2
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-1/+1
* Fix many spell glitchesLele Gaifax2019-01-252-4/+4
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-234-19/+15
* Adapt single inh criteria more specificallyMike Bayer2019-01-171-0/+213
* Post black reformattingMike Bayer2019-01-0616-211/+317
* Run black -l 79 against all source filesMike Bayer2019-01-0616-5090/+8038
* Assorted pre-Black fixesMike Bayer2019-01-051-157/+254
* selectinload omit joinJayson Reis2018-10-101-17/+16
* Don't apply no-traverse to query.statementMike Bayer2018-07-141-11/+6