summaryrefslogtreecommitdiff
path: root/test/orm/test_unitofworkv2.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* ORM executemany returningMike Bayer2020-06-271-168/+293
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-3/+3
* Correct fix and tests for #4661Mike Bayer2019-05-101-1/+72
* Don't warn on multi delete rowcount if supports_sane_multi is FalseMike Bayer2019-05-061-0/+18
* Adding setter to should_evaluate_none propertysanjana2019-02-131-0/+33
* Post black reformattingMike Bayer2019-01-061-27/+29
* Run black -l 79 against all source filesMike Bayer2019-01-061-759/+788
* Implement __delete__Mike Bayer2018-11-021-0/+68
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+1
* Check for column object in eval_none, not propkeyMike Bayer2017-07-181-5/+44
* Don't post-SELECT columns w/o a server default/onupdate for eager_defaultsMike Bayer2017-02-081-0/+40
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-3/+5
* Support python3.6Mike Bayer2017-01-131-10/+10
* - these two tests require sane rowcount at the baseMike Bayer2016-12-211-0/+2
* Use session for exec checkMike Bayer2016-12-211-2/+6
* Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-271-0/+20
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* Deprecate FromClause.count()Mike Bayer2016-06-141-2/+4
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-1/+446
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-1/+46
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+166
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-0/+1
* - increase the varchar hereMike Bayer2015-07-011-1/+1
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-0/+108
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-1/+7
* - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+30
* - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-3/+65
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-181-0/+2
* - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-1/+45
* - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-141-18/+13
* pep8Mike Bayer2014-08-141-486/+530
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-231-22/+0
* - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-0/+21
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-13/+6
* - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-9/+18
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-0/+116
* dont need rowcount here...Mike Bayer2014-03-281-1/+0
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-281-12/+24
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-281-6/+10
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-11/+97
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+6
* - [bug] Lazy loads emitted within flush eventsMike Bayer2012-08-191-0/+123
* -whitespace bonanza, contdMike Bayer2012-07-281-53/+53
* a fix to allow mysql to workMike Bayer2012-05-041-1/+12
* - [bug] Fixed issue in unit of workMike Bayer2012-05-041-0/+25
* - Fixed the error message emitted for "can'tMike Bayer2011-05-071-1/+2
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-4/+7
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-9/+10