summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Refine ambiguous access for unknown attribute typesMike Bayer2019-03-261-4/+74
* Ensure association proxy works over synonymMike Bayer2019-03-061-0/+52
* Ensure _simple_lazy_clause bind names are fixed before cloningMike Bayer2019-02-191-0/+15
* Add bulk_replace to AssociationSet, AssociationDictMike Bayer2019-02-041-0/+35
* repair F632 issueMike Bayer2019-02-011-1/+1
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-304-2/+136
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-1/+1
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-252-18/+37
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-233-44/+6
* Relax "ambiguous" association proxy restrictions, support ProxyMike Bayer2019-01-141-8/+116
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-123-3/+6
* Post black reformattingMike Bayer2019-01-0616-301/+391
* Run black -l 79 against all source filesMike Bayer2019-01-0616-4404/+5432
* Assorted pre-Black fixesMike Bayer2019-01-051-18/+0
* Take instance into account when determining AssociationProxyInstanceMike Bayer2018-12-071-4/+200
* "left" -> "accidentally placed at"Mike Bayer2018-12-021-11/+5
* Merge "Add __clause_element__ to ColumnProperty"mike bayer2018-11-301-2/+49
|\
| * Add __clause_element__ to ColumnPropertyMike Bayer2018-11-271-2/+49
* | Warn for lower-case column attribute on declarativeMike Bayer2018-11-261-0/+57
|/
* Add missing index method to _AssociationList.Chris Macklin2018-10-311-0/+50
* Move pk on single-inh subclass check below conflict resolution checkTom Manderson2018-10-301-0/+69
* Create object- and column-oriented versions of AssociationProxyInstanceMike Bayer2018-10-261-14/+108
* Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-191-2/+51
* selectinload omit joinJayson Reis2018-10-101-0/+2
* Route bulk update/delete exec through new Query._execute_crud methodMike Bayer2018-10-041-0/+51
* Strong reference parent object in association proxyMike Bayer2018-10-011-0/+163
* Break association proxy into a descriptor + per-class accessorMike Bayer2018-09-271-4/+77
* Add BakedQuery.to_query() methodMike Bayer2018-08-271-0/+60
* - pep8 cleanupMike Bayer2018-08-271-16/+27
* Include Session._query_cls as part of the cache keyMike Bayer2018-08-261-0/+26
* Unwrap Proxy objects when scanning declared_attrMike Bayer2018-08-231-0/+46
* Accommodate for classically mapped base classes in declarativeMike Bayer2018-08-171-2/+91
* Handle association proxy delete and provide for scalar delete cascadeMike Bayer2018-08-011-0/+233
* Correct sharding tests for provisioned followerMike Bayer2018-08-011-10/+19
* Do some pep8 and other cruft removal around association proxyMike Bayer2018-08-011-35/+42
* Expire memoizations on setattr/delattr, check in delattrMike Bayer2018-07-091-1/+64
* Add Query.lazy_load_from attribute for shardingMike Bayer2018-06-041-15/+125
* Mutex on _CONFIGURE_MUTEX in automap.prepare()Mike Bayer2018-05-281-1/+59
* Update dogpile.cache example to be compatible with baked query.Mike Bayer2018-05-171-0/+142
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-031-0/+51
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-201-0/+43
* Don't warn for mixin-based __table_args__, __mapper_args__ declared_attrMike Bayer2018-03-211-0/+13
* Ignore non-primary mappers within mutable instrumentationMike Bayer2018-03-121-0/+22
* Merge existing query params in baked lazy loadMike Bayer2018-02-281-0/+29
* Default to using current mapped class as owner if none foundMike Bayer2018-02-201-0/+27
* Search through mapper superclass hierarchy for ownerMike Bayer2018-02-091-0/+158
* Merge "Disable set eq test for python < 2.7.8"mike bayer2018-01-301-1/+2
|\
| * Disable set eq test for python < 2.7.8Mike Bayer2018-01-301-1/+2
* | Ensure _BundleEntity provides .mapperMike Bayer2018-01-291-1/+35
|/
* Check for the endmost target when chaining contains()Mike Bayer2018-01-021-1/+42