summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* Ensure _simple_lazy_clause bind names are fixed before cloningMike Bayer2019-02-191-0/+15
* repair F632 issueMike Bayer2019-02-011-1/+1
* Post black reformattingMike Bayer2019-01-0616-294/+381
* Run black -l 79 against all source filesMike Bayer2019-01-0616-4216/+5239
* Assorted pre-Black fixesMike Bayer2019-01-051-18/+0
* "left" -> "accidentally placed at"Mike Bayer2018-12-021-11/+5
* 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
* Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-201-2/+51
* - 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
* 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
* 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
* Merge existing query params in baked lazy loadMike Bayer2018-05-161-0/+29
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-111-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
* 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
* Add an identity_token to the identity keyMike Bayer2017-12-221-4/+44
* Propagate attachment events for ARRAYMike Bayer2017-12-041-0/+20
* Add baked.Result.with_post_criteria methodMike Bayer2017-11-122-0/+114
* Filter attributes we don't map during a load_scalar_attributesMike Bayer2017-10-281-0/+53
* Resolve AliasedClass when determining owning class of association proxyMike Bayer2017-10-201-0/+26
* Remove unused .cascading from unit test for __table_cls__ featureMike Bayer2017-09-281-1/+1
* Merge "Document and test __table_cls__"mike bayer2017-09-271-1/+40
|\
| * Document and test __table_cls__ticket_4082Mike Bayer2017-09-261-1/+40
* | Warnings for @declared_attr.cascadingticket_4091Mike Bayer2017-09-261-1/+40
|/
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-1/+152
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-062-2/+39
* Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+60
* Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-0/+63
* Add AttributeEvents.modifiedMike Bayer2017-05-231-0/+16
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-0/+35
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+99
* Use baked lazyloading by defaultMike Bayer2017-04-131-142/+113
* Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-2/+4
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-0/+43
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-301-0/+28