summaryrefslogtreecommitdiff
path: root/test/orm/test_unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove deprecated dialects and drivers" into mainmike bayer2021-10-311-4/+0
|\
| * Remove deprecated dialects and driversFederico Caselli2021-10-311-4/+0
* | remove ORM autocommit and public-facing subtransactions conceptMike Bayer2021-10-301-5/+5
|/
* Modernize tests - session_query_getGord Thompson2021-10-281-37/+37
* Merge "Remove depractions:" into mainmike bayer2021-10-261-33/+116
|\
| * Remove depractions:Federico Caselli2021-10-261-33/+116
* | deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-1/+1
|/
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-116/+152
* Modernize tests - legacy_selectGord Thompson2021-07-211-1/+3
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-8/+7
* Remove passive_deletes warning for many-to-oneMike Bayer2021-03-031-2/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-8/+0
* remove more bound metadataMike Bayer2021-01-051-266/+250
* Send deterministic ordering into unit of work topologicalMike Bayer2020-12-111-10/+8
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-1/+1
* Drop python 3.5 supportFederico Caselli2020-10-081-13/+6
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+3
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+9
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-3/+3
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-18/+24
* ORM executemany returningMike Bayer2020-06-271-15/+37
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-5/+15
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-1/+1
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-0/+2
* Result initial introductionMike Bayer2020-02-211-12/+9
* Don't create enum constraints in enum sortable testsMike Bayer2019-08-301-3/+15
* Implement type-level sorting for Enum; apply to ORM primary keysNicolas CANIART2019-08-271-1/+42
* Fix typosMin ho Kim2019-07-211-1/+1
* Enable F841Mike Bayer2019-06-201-19/+18
* run a black runMike Bayer2019-03-051-5/+1
* Set IDENTITY_INSERT for insert.values({column: expr})Mike Bayer2019-02-131-0/+2
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-0/+32
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-5/+1
* Post black reformattingMike Bayer2019-01-061-28/+28
* Run black -l 79 against all source filesMike Bayer2019-01-061-930/+1530
* Assorted pre-Black fixesMike Bayer2019-01-051-7/+6
* Don't null FK for collection-removed item with passive_deletes='all'Mike Bayer2018-07-111-8/+12
* Raise informative exception for non-sortable PKMike Bayer2018-04-091-2/+87
* Add SQL Server CI coverageMike Bayer2017-08-311-8/+4
* - assert passive_deletes='all' does not affect collection/scalarMike Bayer2017-06-061-20/+25
* Add conditionals specific to deferred for expire ro propertiesMike Bayer2017-05-101-2/+51
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-432/+518
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-051-0/+23
* Deprecate FromClause.count()Mike Bayer2016-06-141-19/+19
* Deprecate Mapper.order_byMike Bayer2016-04-191-8/+26
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-1/+1
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-2/+38
* Small improvement on FlushError can't update error messagepr/149Paulo Bu2014-11-061-2/+4
* Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-1/+2
* - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-141-4/+5