summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - flake8 for lib passesMike Bayer2019-01-052-4/+3
* - imports in lib pass flake8Mike Bayer2019-01-051-11/+0
* flake8 refactor - extMike Bayer2019-01-057-102/+111
* partial cherry-pick of master flake8. clean cherrypick for lib and test,Mike Bayer2019-01-052-6/+2
* - do a broken zimports run on libMike Bayer2019-01-0514-93/+118
* step 1, straight black -l 79 runMike Bayer2019-01-0516-615/+937
* "left" -> "accidentally placed at"Mike Bayer2018-12-021-2/+2
* Warn for lower-case column attribute on declarativeMike Bayer2018-11-261-0/+14
* Add missing index method to _AssociationList.Chris Macklin2018-10-311-0/+3
* Move pk on single-inh subclass check below conflict resolution checkTom Manderson2018-10-301-5/+5
* Add warning to hybrid property expression and fixup crosslinksJames Owen2018-10-301-1/+29
* Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-201-1/+2
* - pep8 cleanupMike Bayer2018-08-271-3/+1
* Include Session._query_cls as part of the cache keyMike Bayer2018-08-261-4/+17
* Unwrap Proxy objects when scanning declared_attrMike Bayer2018-08-231-3/+13
* Accommodate for classically mapped base classes in declarativeMike Bayer2018-08-171-8/+45
* Do some pep8 and other cruft removal around association proxyMike Bayer2018-08-011-11/+13
* Ensure BakedQuery is cloned before we add options to itMike Bayer2018-06-261-0/+7
* Add Query.lazy_load_from attribute for shardingMike Bayer2018-06-042-2/+5
* Mutex on _CONFIGURE_MUTEX in automap.prepare()Mike Bayer2018-05-281-42/+48
* Change query._identity_lookup into a normal instance methodMike Bayer2018-05-161-13/+8
* Merge existing query params in baked lazy loadMike Bayer2018-05-161-3/+8
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-111-1/+3
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-202-21/+57
* Don't warn for mixin-based __table_args__, __mapper_args__ declared_attrMike Bayer2018-03-211-2/+3
* Ignore non-primary mappers within mutable instrumentationMike Bayer2018-03-121-0/+4
* Default to using current mapped class as owner if none foundMike Bayer2018-02-201-1/+6
* Search through mapper superclass hierarchy for ownerMike Bayer2018-02-091-13/+35
* Rework synonym, synonym_for documentationMike Bayer2018-01-241-11/+26
* happy new yearMike Bayer2018-01-1215-15/+15
* Check for the endmost target when chaining contains()Mike Bayer2018-01-021-0/+1
* Add an identity_token to the identity keyMike Bayer2017-12-221-4/+30
* Add baked.Result.with_post_criteria methodMike Bayer2017-11-122-15/+56
* - add notes that @comparator and @expression don't go together.Mike Bayer2017-10-301-0/+8
* Resolve AliasedClass when determining owning class of association proxyMike Bayer2017-10-201-1/+12
* Warnings for @declared_attr.cascadingticket_4091Mike Bayer2017-09-262-8/+52
* Include missing import in exampleMichael Stewart2017-06-301-0/+1
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-36/+68
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-062-0/+13
* Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+20
* selectin polymorphic loadingMike Bayer2017-06-051-4/+7
* Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-1/+5
* Add AttributeEvents.modifiedMike Bayer2017-05-231-0/+22
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-6/+26
* - give SelectinLoader its own bakery, dont use mapperMike Bayer2017-05-161-1/+2
* Protect against cls weakref becoming NoneMike Bayer2017-05-082-4/+8
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+2
* Use baked lazyloading by defaultMike Bayer2017-04-131-109/+50
* Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-1/+2
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-1/+19