summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-262-16/+16
* Result initial introductionMike Bayer2020-02-211-1/+2
* Add keywords to MutableList.sort()Mike Bayer2020-01-231-2/+2
* Merge "Use context managers for threading.Lock()"mike bayer2020-01-032-8/+2
|\
| * Use context managers for threading.Lock()Heckad2020-01-032-8/+2
* | happy new yearMike Bayer2020-01-0115-15/+15
|/
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-042-2/+2
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-1/+11
* Add result map targeting for custom compiled, text objectsMike Bayer2019-10-071-1/+20
* Move identity_lookup to sessionMike Bayer2019-09-271-34/+41
* Remove unnecessary util.callable usageSteven Loria2019-09-092-5/+4
* Remove threadlocal strategy docs, remaining contextual_connectMike Bayer2019-08-051-1/+1
* Squashed commit of the following:Mike Bayer2019-07-051-1/+1
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-1/+1
* Add QueryableAttribute._impl_uses_objects accessor for AssociationProxyMike Bayer2019-05-191-6/+2
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-182-2/+3
* Mutex the declarative scan/map process against configure_mappers()Mike Bayer2019-05-161-6/+12
* Resolve RST306 issuesMike Bayer2019-05-131-2/+2
* remote_attr and local_attr refer to class bound attributes, notMike Bayer2019-04-251-2/+2
* - formatting typoMike Bayer2019-04-251-1/+1
* Add __reduce_ex__ to MutableList; add compat for older picklesMike Bayer2019-04-091-6/+8
* Refine ambiguous access for unknown attribute typesMike Bayer2019-03-261-2/+21
* Add documentation section for cascade_scalar_deletesMike Bayer2019-03-071-0/+4
* Add missing attribute in hybrid.py docsDaniel Demmel2019-03-041-1/+1
* Add bulk_replace to AssociationSet, AssociationDictMike Bayer2019-02-041-2/+38
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-303-0/+92
* Fix many spell glitchesLele Gaifax2019-01-257-11/+11
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-5/+5
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-153-44/+0
* Relax "ambiguous" association proxy restrictions, support ProxyMike Bayer2019-01-141-17/+25
* happy new yearMike Bayer2019-01-1115-15/+15
* Post black reformattingMike Bayer2019-01-0615-206/+232
* Run black -l 79 against all source filesMike Bayer2019-01-0616-659/+1021
* Fix the "greatest" example.Konstantin Tretyakov2018-12-171-12/+8
* Take instance into account when determining AssociationProxyInstanceMike Bayer2018-12-071-17/+136
* "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
* Merge remote-tracking branch 'origin/pr/478'Mike Bayer2018-10-301-1/+29
|\
| * Add warning to hybrid property expression and fixup crosslinksJames Owen2018-10-041-1/+29
* | Create object- and column-oriented versions of AssociationProxyInstanceMike Bayer2018-10-261-19/+81
* | Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-191-1/+2
* | selectinload omit joinJayson Reis2018-10-101-1/+1
* | Route bulk update/delete exec through new Query._execute_crud methodMike Bayer2018-10-041-0/+45
|/
* Strong reference parent object in association proxyMike Bayer2018-10-011-10/+4
* Break association proxy into a descriptor + per-class accessorMike Bayer2018-09-271-133/+220
* Add BakedQuery.to_query() methodMike Bayer2018-08-271-0/+51
* - pep8 cleanupMike Bayer2018-08-271-3/+1