summaryrefslogtreecommitdiff
path: root/tests/transactions
AgeCommit message (Expand)Author
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-12Fixed #20028 -- Made atomic usable on callable instances.Aymeric Augustin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Added an option to disable the creation of savepoints in atomic.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-03-11Implemented an 'atomic' decorator and context manager.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner