summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* Run search and replace of symbolic module namesMike Bayer2020-04-1410-109/+145
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-142-5/+1
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-272-16/+16
* Squashed commit of the following:Mike Bayer2019-07-051-1/+1
* remote_attr and local_attr refer to class bound attributes, not MapperPropertyMike Bayer2019-04-251-12/+8
* Add missing attribute in hybrid.py docsDaniel Demmel2019-03-051-1/+1
* Fix many spell glitchesLele Gaifax2019-01-257-11/+11
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-153-44/+0
* happy new yearMike Bayer2019-01-1115-15/+15
* Post black reformattingMike Bayer2019-01-0614-204/+222
* Run black -l 79 against all source filesMike Bayer2019-01-0616-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