summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_concrete.py
Commit message (Expand)AuthorAgeFilesLines
* port history meta to 2.0Mike Bayer2023-02-061-2/+4
* rename 2.0.0b5 to 2.0.0rc1Mike Bayer2022-12-271-1/+1
* warn when backref will replace existing userland descriptorMike Bayer2022-12-141-0/+6
* Try running pyupgrade on the codeFederico Caselli2022-11-161-63/+49
* refine ruleset to determine when poly adaption should be usedMike Bayer2022-08-291-0/+6
* improve abstractconcretebaseMike Bayer2022-08-181-3/+6
* revenge of pep 484Mike Bayer2022-05-151-1/+8
* support adapt_on_names for with_polymorphicMike Bayer2022-03-081-0/+242
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* warnings: with_polymorphic()Mike Bayer2021-10-291-204/+387
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-55/+76
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-2/+1
* remove more bound metadataMike Bayer2021-01-051-14/+13
* Add deprecation for base Executable.bindMike Bayer2020-10-161-6/+2
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-49/+61
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-3/+5
* Enable F841Mike Bayer2019-06-201-12/+12
* Post black reformattingMike Bayer2019-01-061-10/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-450/+797
* Test attributes for being non-mapped column properties more closelyMike Bayer2018-02-151-0/+69
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-186/+187
* - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-191-0/+39
* most of ORM passing...Mike Bayer2013-05-041-2/+2
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* - [bug] Fixed bug mostly local to newMike Bayer2012-07-141-8/+18
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-2/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+5
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-4/+4
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-6/+41
* - whitespace removal bonanzaMike Bayer2011-01-021-13/+13
* - mappers can be created against select() constructs, or others,Mike Bayer2010-11-281-1/+1
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* GC is screwing this one up sometimesMike Bayer2010-08-011-2/+2
* - Repaired the usage of merge() when used withMike Bayer2010-08-011-56/+157
* apply alt/ctrl tMike Bayer2010-08-011-353/+390
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-2/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-13/+13
* merge 0.6 series to trunk.Mike Bayer2009-08-061-10/+11
* - relations() now have greater ability to be "overridden",Mike Bayer2009-07-211-0/+54
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+519