summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* warn for all unmapped expressionsMike Bayer2023-03-241-3/+1
* fix unlengthed string used as pkMike Bayer2023-03-111-4/+6
* port history meta to 2.0Mike Bayer2023-02-061-0/+48
* dont add non-server-side cols to returning for versioningMike Bayer2023-02-031-4/+2
* fix regression based on mis-match of set/frozensetMike Bayer2023-01-271-0/+56
* implement polymorphic_abstract=True featureMike Bayer2023-01-141-4/+3
* fix optimized tests, use backend=TrueMike Bayer2022-12-201-10/+29
* include pk cols in refresh() if relationships are requestedMike Bayer2022-12-181-0/+35
* add eager_defaults="auto" for insertsMike Bayer2022-12-151-15/+49
* reconcile Mapper properties ordering against mapped TableMike Bayer2022-10-251-8/+52
* warn for no polymorphic identity w/ poly hierarchyMike Bayer2022-10-111-1/+29
* correct test criteria for mssqlMike Bayer2022-09-271-2/+1
* ORM bulk insert via executeMike Bayer2022-09-241-1/+2
* Update to flake8 5.Federico Caselli2022-07-311-2/+2
* update for flake8-future-imports 0.0.5Mike Bayer2022-05-141-1/+3
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-0/+27
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-7/+8
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-6/+8
* include empty intermediary tables in optimized getMike Bayer2021-12-261-0/+64
* use load_scalar_attributes() for undeferMike Bayer2021-12-191-3/+91
* Remove object in class definitionFederico Caselli2021-11-221-31/+31
* warnings: select_entity_from()Mike Bayer2021-10-251-2/+2
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-1/+1
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-159/+265
* remove declarative warningsMike Bayer2021-09-291-1/+1
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-3/+40
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-1/+2
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-10/+10
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+5
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-25/+24
* remove more bound metadataMike Bayer2021-01-051-64/+63
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+2
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-82/+88
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-5/+5
* Repair test modified in 5de0f1cf50cc0170d8eMike Bayer2020-07-161-0/+5
* 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-081-8/+4
* ORM executemany returningMike Bayer2020-06-271-4/+15
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+1
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
* Add ColumnProperty.Comparator.expressionsMike Bayer2020-04-201-0/+44
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-9/+13
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-1/+3
* Raise for unexpected polymorphic identityMike Bayer2020-01-291-2/+92
* Cancel polymorphic loading in optimized getMike Bayer2019-10-011-0/+58
* Raise for NULL discriminator and pk is presentMike Bayer2019-09-031-0/+94
* Enable F841Mike Bayer2019-06-201-28/+23
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+2
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-1/+1
* Fix many spell glitchesLele Gaifax2019-01-251-3/+3