summaryrefslogtreecommitdiff
path: root/test/ext/test_associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-181/+160
* Support python3.6Mike Bayer2017-01-131-2/+2
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-0/+20
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-2/+28
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-10/+13
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-0/+16
* - ensure all tests are named test_*Mike Bayer2014-07-301-1/+1
* - critically, py.test for unknown reasons *SKIPS* tests that have an __init__...Mike Bayer2014-05-021-27/+7
* - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-0/+7
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-1/+31
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-11/+47