summaryrefslogtreecommitdiff
path: root/test/ext/declarative/test_inheritance.py
Commit message (Expand)AuthorAgeFilesLines
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* Raise at Core / ORM concrete inh level for label overlapMike Bayer2021-03-181-0/+138
* reorganize mapper compile/teardown under registryMike Bayer2021-02-011-2/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+2
* remove more bound metadataMike Bayer2021-01-051-6/+6
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-1280/+0
* Make discriminator column used by ConcreteBase configurableJesse Bakker2020-08-171-0/+35
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-1/+1
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-301-2/+61
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-121-1/+2
* Post black reformattingMike Bayer2019-01-061-32/+32
* Run black -l 79 against all source filesMike Bayer2019-01-061-693/+892
* Move pk on single-inh subclass check below conflict resolution checkTom Manderson2018-10-301-0/+69
* Accommodate for classically mapped base classes in declarativeMike Bayer2018-08-171-2/+91
* Filter attributes we don't map during a load_scalar_attributesMike Bayer2017-10-281-0/+53
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-3/+1
* Union the exclude_properties of the inheriting mapper in declarativeMike Bayer2017-01-301-1/+38
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-1/+51
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-131-0/+30
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-241-1/+2
* - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-0/+35
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-0/+29
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-1/+86
* - flake8 all of test/ext/declarativeMike Bayer2014-09-231-127/+151
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-0/+78
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* formattingMike Bayer2013-04-241-47/+48
* Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+42
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - skip this on oracleMike Bayer2012-08-291-0/+2
* - [feature] Conflicts between columns onMike Bayer2012-08-271-0/+60
* remove duped testMike Bayer2012-08-151-36/+0
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-0/+24
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-051-0/+1111