summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_relationship.py
Commit message (Expand)AuthorAgeFilesLines
* fix test suite warningsMike Bayer2023-05-091-1/+0
* apply of_type error message to load.options() as wellMike Bayer2023-01-301-2/+2
* Try running pyupgrade on the codeFederico Caselli2022-11-161-7/+7
* fix test for same mapper to use "isa"Mike Bayer2022-10-301-0/+108
* reconcile Mapper properties ordering against mapped TableMike Bayer2022-10-251-4/+4
* Update to flake8 5.Federico Caselli2022-07-311-3/+3
* fix some typos (#8093)cui fliter2022-06-041-1/+1
* render select froms firstMike Bayer2022-05-221-16/+17
* Merge "Fix various source comment/doc typos" into mainmike bayer2022-01-071-1/+1
|\
| * Fix various source comment/doc typosluz paz2021-12-291-1/+1
* | remove 2.0-removed Query elementsMike Bayer2022-01-011-67/+0
|/
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-17/+58
* Clean up most py3k compatFederico Caselli2021-11-241-2/+3
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-3/+3
* warnings: with_polymorphic()Mike Bayer2021-10-291-41/+0
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-9/+14
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-44/+59
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-74/+201
* Update black flak8 and zimportsFederico Caselli2021-05-121-2/+2
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-33/+41
* remove more bound metadataMike Bayer2021-01-051-50/+50
* Add deprecation for base Executable.bindMike Bayer2020-10-161-6/+2
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-26/+117
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-6/+15
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-6/+8
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+43
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-22/+29
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-14/+14
* Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-221-0/+73
* Accommodate for base class when adjusting path for with_polymorphicMike Bayer2020-01-281-19/+79
* Query linter optionAlessio Bogon2020-01-221-1/+4
* Adjust natural path to relationship's base mapper for aliased class alsoMike Bayer2020-01-201-0/+64
* 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-221-2/+2
* Raise for NULL discriminator and pk is presentMike Bayer2019-09-031-0/+1
* SelectBase no longer a FromClauseMike Bayer2019-07-061-2/+2
* Enable F841Mike Bayer2019-06-201-18/+12
* Improve support for with_polymorphic in mapper optionsMike Bayer2019-02-041-2/+2
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-6/+6
* Post black reformattingMike Bayer2019-01-061-21/+23
* Run black -l 79 against all source filesMike Bayer2019-01-061-767/+1134
* Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-121-0/+52
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-370/+405
* Adapt from "localparent" in joinedloaderMike Bayer2017-01-091-1/+71
* - fix this test which did not allow for the A/ ASub to be loadedMike Bayer2016-08-121-7/+15
* Remove same-named relationship warningMike Bayer2016-07-191-1/+70
* Deprecate FromClause.count()Mike Bayer2016-06-141-2/+7
* - varchar requires a lengthMike Bayer2015-12-221-1/+1
* - add the test from ref #3614 as well for testing ref #3611Mike Bayer2015-12-211-0/+60