summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Unify generation between Core and ORM queryMike Bayer2019-09-261-1/+1
* Merge "Modernize internal reflection"mike bayer2019-08-071-0/+43
|\
| * Modernize internal reflectionMike Bayer2019-08-061-0/+43
* | Remove threadlocal strategy docs, remaining contextual_connectMike Bayer2019-08-051-1/+9
|/
* Enable F841Mike Bayer2019-06-202-2/+2
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-0/+9
* Adjust test_concurrency failure modesMike Bayer2019-05-271-5/+17
* Add QueryableAttribute._impl_uses_objects accessor for AssociationProxyMike Bayer2019-05-191-8/+43
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-183-10/+12
* Mutex the declarative scan/map process against configure_mappers()Mike Bayer2019-05-161-0/+78
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-0/+12
* Add __reduce_ex__ to MutableList; add compat for older picklesMike Bayer2019-04-091-0/+94
* Refine ambiguous access for unknown attribute typesMike Bayer2019-03-261-4/+74
* Ensure association proxy works over synonymMike Bayer2019-03-061-0/+52
* Ensure _simple_lazy_clause bind names are fixed before cloningMike Bayer2019-02-191-0/+15
* Add bulk_replace to AssociationSet, AssociationDictMike Bayer2019-02-041-0/+35
* repair F632 issueMike Bayer2019-02-011-1/+1
* Add informative failure modes to _DeferredMapperConfigMike Bayer2019-01-304-2/+136
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-1/+1
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-252-18/+37
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-233-44/+6
* Relax "ambiguous" association proxy restrictions, support ProxyMike Bayer2019-01-141-8/+116
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-123-3/+6
* Post black reformattingMike Bayer2019-01-0616-301/+391
* Run black -l 79 against all source filesMike Bayer2019-01-0616-4404/+5432
* Assorted pre-Black fixesMike Bayer2019-01-051-18/+0
* Take instance into account when determining AssociationProxyInstanceMike Bayer2018-12-071-4/+200
* "left" -> "accidentally placed at"Mike Bayer2018-12-021-11/+5
* Merge "Add __clause_element__ to ColumnProperty"mike bayer2018-11-301-2/+49
|\
| * Add __clause_element__ to ColumnPropertyMike Bayer2018-11-271-2/+49
* | 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
* Create object- and column-oriented versions of AssociationProxyInstanceMike Bayer2018-10-261-14/+108
* Check more specifically for hybrid attr and not mapped propertyMike Bayer2018-10-191-2/+51
* selectinload omit joinJayson Reis2018-10-101-0/+2
* Route bulk update/delete exec through new Query._execute_crud methodMike Bayer2018-10-041-0/+51
* Strong reference parent object in association proxyMike Bayer2018-10-011-0/+163
* Break association proxy into a descriptor + per-class accessorMike Bayer2018-09-271-4/+77
* Add BakedQuery.to_query() methodMike Bayer2018-08-271-0/+60
* - 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
* Handle association proxy delete and provide for scalar delete cascadeMike Bayer2018-08-011-0/+233
* 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
* Expire memoizations on setattr/delattr, check in delattrMike Bayer2018-07-091-1/+64
* 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