summaryrefslogtreecommitdiff
path: root/test/ext/test_associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* KeyFuncDict regression fixes and dataclass fixesMike Bayer2023-03-051-1/+5
* annotated / DC forms for association proxyMike Bayer2022-11-291-0/+244
* Try running pyupgrade on the codeFederico Caselli2022-11-161-31/+29
* rename MappedCollection and relatedMike Bayer2022-10-111-4/+4
* render select froms firstMike Bayer2022-05-221-3/+3
* catch unexpected errors when accessing clslevel attributeMike Bayer2022-03-181-0/+22
* pep484 + abc bases for assocaitionproxyMike Bayer2022-03-011-2/+25
* Remove redundant code for EOL Python <= 3.6Hugo van Kemenade2022-01-061-1/+0
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-2/+2
* Remove object in class definitionFederico Caselli2021-11-221-20/+20
* Merge "Modernize tests - session_query_get" into mainmike bayer2021-10-291-3/+3
|\
| * Modernize tests - session_query_getGord Thompson2021-10-281-3/+3
* | warnings: cascade_backrefsMike Bayer2021-10-281-1/+3
|/
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-4/+6
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-129/+154
* remove declarative warningsMike Bayer2021-09-291-2/+2
* synonym fixes and enhancementsMike Bayer2021-04-161-1/+50
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-8/+8
* remove more bound metadataMike Bayer2021-01-051-8/+8
* remove metadata.bind use from test suiteMike Bayer2021-01-031-13/+13
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-24/+32
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+4
* Raise NotImplemenedError for association proxy __clause_element__Mike Bayer2020-08-271-0/+18
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-6/+7
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-4/+11
* Generalize DescriptorProps.uses_objectsMike Bayer2019-11-231-2/+71
* Add QueryableAttribute._impl_uses_objects accessor for AssociationProxyMike Bayer2019-05-191-8/+43
* Refine ambiguous access for unknown attribute typesMike Bayer2019-03-261-4/+74
* Ensure association proxy works over synonymMike Bayer2019-03-061-0/+52
* Add bulk_replace to AssociationSet, AssociationDictMike Bayer2019-02-041-0/+35
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* Relax "ambiguous" association proxy restrictions, support ProxyMike Bayer2019-01-141-8/+116
* Post black reformattingMike Bayer2019-01-061-31/+48
* Run black -l 79 against all source filesMike Bayer2019-01-061-775/+1030
* Take instance into account when determining AssociationProxyInstanceMike Bayer2018-12-071-4/+200
* Add missing index method to _AssociationList.Chris Macklin2018-10-311-0/+50
* Create object- and column-oriented versions of AssociationProxyInstanceMike Bayer2018-10-261-14/+108
* 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
* Handle association proxy delete and provide for scalar delete cascadeMike Bayer2018-08-011-0/+233
* Do some pep8 and other cruft removal around association proxyMike Bayer2018-08-011-35/+42
* Default to using current mapped class as owner if none foundMike Bayer2018-02-201-0/+27
* Search through mapper superclass hierarchy for ownerMike Bayer2018-02-091-0/+158
* Disable set eq test for python < 2.7.8Mike Bayer2018-01-301-1/+2
* Check for the endmost target when chaining contains()Mike Bayer2018-01-021-1/+42
* Resolve AliasedClass when determining owning class of association proxyMike Bayer2017-10-201-0/+26
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-1/+152
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+99
* Add tests for empty association set comparisonMike Bayer2017-03-131-1/+25