summaryrefslogtreecommitdiff
path: root/test/orm/test_unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - add __table_cls__ option to declarative, not publicized yet, is for the momentMike Bayer2012-03-121-0/+25
* - [bug] Scaled back the test applied withinMike Bayer2012-01-301-0/+10
* - rework the test suite to make use of SkipTest for tests skipped, unsupporte...Mike Bayer2012-01-221-6/+1
* - Added new flag expire_on_flush=False to column_property(),Mike Bayer2011-10-111-4/+17
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-2/+4
* - Modify the text of the message which occursMike Bayer2011-06-041-2/+2
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-68/+72
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-36/+52
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-27/+28
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-24/+24
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-71/+271
* corrected a bunch of spelling typosDiana Clarke2011-02-281-2/+2
* - Fixed bug whereby "passive_deletes='all'" wasn't passingMike Bayer2011-01-041-9/+24
* - whitespace removal bonanzaMike Bayer2011-01-021-57/+57
* - removes the "on_" prefix.Mike Bayer2010-12-301-4/+4
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-332/+0
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-4/+4
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-7/+7
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-6/+6
* | - a column with a "mutable" type mapped as "deferred" will notMike Bayer2010-11-281-6/+6