summaryrefslogtreecommitdiff
path: root/test/orm/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Correct cache key for proxy_owner, with_context_optionsMike Bayer2021-05-101-2/+13
* add optional proxy_class to track w/ proxy_keyMike Bayer2021-04-281-0/+2
* Fix typo in Session.identity_keyMike Bayer2021-03-161-10/+22
* Further refine labeling for renamed columnsMike Bayer2021-02-121-2/+2
* remove more bound metadataMike Bayer2021-01-051-10/+9
* Pass through plain selectable to .alias()Mike Bayer2020-12-071-0/+25
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-2/+0
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+4
* Accommodate for base class when adjusting path for with_polymorphicMike Bayer2020-01-281-1/+40
* InstanceState default path is RootRegistry, not tupleMike Bayer2020-01-221-0/+26
* Adjust natural path to relationship's base mapper for aliased class alsoMike Bayer2020-01-201-0/+83
* Adjust use_mapper_path rule for poly subclassesMike Bayer2020-01-131-9/+45
* Set use_mapper_path=True for with_poly subentitiesMike Bayer2020-01-071-4/+9
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-2/+2
* Simplify _ColumnEntity, relatedMike Bayer2019-09-301-1/+18
* Serialize the context dictionary in Load objectsMike Bayer2019-08-261-0/+57
* Enable F841Mike Bayer2019-06-201-5/+5
* Rework AliasedClass __getattr__ to use top-level getattr()Dmytro Starosud2019-05-291-7/+102
* Post black reformattingMike Bayer2019-01-061-11/+17
* Run black -l 79 against all source filesMike Bayer2019-01-061-149/+179
* Add an identity_token to the identity keyMike Bayer2017-12-221-6/+16
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-21/+24
* Honor hybrid property / method docstringsMike Bayer2016-04-181-5/+19
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-271-0/+50
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-72/+110
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-4/+4
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-26/+23
* - blow away context._attributesMike Bayer2013-06-021-11/+4
* - the raw 2to3 runMike Bayer2013-04-271-14/+16
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-58/+196
* - add support for integer indexes and slices to PathRegistryMike Bayer2012-10-111-5/+299
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+4
* - [bug] Fixed identity_key() function whichMike Bayer2012-06-111-0/+10
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-1/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+3
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-3/+6
* - whitespace removal bonanzaMike Bayer2011-01-021-1/+1
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-2/+2
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-3/+3
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* | - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-36/+0
|/
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+17
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+239