summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Handle association proxy delete and provide for scalar delete cascadeMike Bayer2018-08-011-2/+21
* Do some pep8 and other cruft removal around association proxyMike Bayer2018-08-011-11/+13
* Expire memoizations on setattr/delattr, check in delattrMike Bayer2018-07-092-1/+22
* 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
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-031-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
* Merge existing query params in baked lazy loadMike Bayer2018-02-281-3/+8