summaryrefslogtreecommitdiff
path: root/test/orm/test_dynamic.py
Commit message (Expand)AuthorAgeFilesLines
* Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-14/+52
* Try running pyupgrade on the codeFederico Caselli2022-11-161-16/+12
* rework test query to work on MSSQLMike Bayer2022-10-131-2/+9
* implement write-only colletions, typing for dynamicMike Bayer2022-10-061-402/+1114
* render select froms firstMike Bayer2022-05-221-4/+5
* use annotated entity when adding secondaryMike Bayer2022-03-291-1/+69
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-1/+2
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* remove ORM autocommit and public-facing subtransactions conceptMike Bayer2021-10-301-7/+13
* Modernize tests - session_query_getGord Thompson2021-10-281-8/+8
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-23/+22
* Modernize testsGord Thompson2021-07-031-11/+19
* skip dupe order by test on mssqlMike Bayer2021-05-291-0/+1
* ensure relationship.order_by stored as a tuple; check in dynamic alsoMike Bayer2021-05-271-0/+34
* Restore detached object logic for dynamic, but warnMike Bayer2021-05-041-0/+31
* loader strategy regression fixesMike Bayer2021-05-031-0/+31
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-6/+6
* Revert AppenderQuery modifications from ORMMike Bayer2021-02-251-4/+31
* remove more bound metadataMike Bayer2021-01-051-50/+54
* Deprecate negative slice indexesMike Bayer2020-09-221-1/+30
* restore slice methods to dynamic queryMike Bayer2020-09-211-0/+11
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-68/+66
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-10/+10
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+10
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-9/+18
* Fixes for uselist=True with m2o relationshipsMike Bayer2019-07-181-0/+23
* Post black reformattingMike Bayer2019-01-061-24/+26
* Run black -l 79 against all source filesMike Bayer2019-01-061-273/+372
* Insert primary entity in dynamic "secondary"Mike Bayer2018-11-131-0/+42
* Add prop.secondary to FROM for dynamic loaderMike Bayer2018-10-171-0/+30
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-65/+53
* Deprecate FromClause.count()Mike Bayer2016-06-141-5/+25
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-181-5/+5
* PEP8 tidy of test/orm/test_dynamic.pypr/117Tony Locke2014-07-201-110/+83
* Fixes for pg8000 for test/orm/test_dynamic.pyTony Locke2014-07-201-5/+7
* - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-0/+17
* - the raw 2to3 runMike Bayer2013-04-271-14/+14
* - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-221-21/+170
* - revert the full iteration of the collection for a passive history event; th...Mike Bayer2012-12-221-7/+21
* - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-211-2/+170
* - cleanup on these testsMike Bayer2012-12-211-358/+202
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - [bug] An error is emitted when uselist=FalseMike Bayer2012-08-051-3/+37
* -whitespace bonanza, contdMike Bayer2012-07-281-7/+7
* - move all of orm to use absolute importsMike Bayer2012-06-231-1/+19
* try a between here since 'in' looks for exact matches, doesn't workMike Bayer2011-04-151-2/+2
* merge tip + tidyMike Bayer2011-04-151-2/+7
|\
| * Exclude test on MySQL 5.1.49 - 5.1.52.Michael Trier2011-04-151-0/+1
|/
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-2/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+3