summaryrefslogtreecommitdiff
path: root/test/orm/test_unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - use a variant with expected collation here for mysqlMike Bayer2014-07-251-5/+2
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-10/+12
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-281-0/+1
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-281-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-4/+0
* - fix test warning here (oursql)Mike Bayer2013-10-141-2/+2
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-1/+3
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-111-1/+13
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-271-0/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-1/+5
* - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-261-16/+10
* - the raw 2to3 runMike Bayer2013-04-271-24/+25
* - this assertion moves out to configure_mappers() nowMike Bayer2013-03-031-5/+11
* getting everything to pass againMike Bayer2012-09-271-8/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-9/+9
* - [feature] Connection event listeners canMike Bayer2012-07-181-10/+9
* - move all of orm to use absolute importsMike Bayer2012-06-231-5/+6