summaryrefslogtreecommitdiff
path: root/test/orm/test_merge.py
Commit message (Expand)AuthorAgeFilesLines
* remove ORM autocommit and public-facing subtransactions conceptMike Bayer2021-10-301-4/+10
* Merge "Modernize tests - session_query_get" into mainmike bayer2021-10-291-16/+14
|\
| * Modernize tests - session_query_getGord Thompson2021-10-281-16/+14
* | warnings: cascade_backrefsMike Bayer2021-10-281-1/+3
|/
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-1/+3
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-80/+120
* Added loader options to session.merge, asyncsession.mergeDaniel Stone2021-09-021-0/+31
* dont warn for dictionary passed positionallyMike Bayer2021-07-211-2/+2
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-8/+8
* remove more bound metadataMike Bayer2021-01-051-214/+216
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-3/+3
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-2/+2
* Enable F841Mike Bayer2019-06-201-10/+10
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-0/+33
* Warn on merge of already-pending objectMike Bayer2019-04-281-0/+31
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-14/+2
* Post black reformattingMike Bayer2019-01-061-23/+31
* Run black -l 79 against all source filesMike Bayer2019-01-061-531/+918
* Consider merge key with (None, ) as non-persistentMike Bayer2017-08-311-0/+36
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-221/+213
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-1/+1
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-061-4/+100
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-1/+50
* - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-041-0/+95
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-3/+3
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* -whitespace bonanza, contdMike Bayer2012-07-281-45/+45
* - [removed] Deprecated identifiers removed:Mike Bayer2012-06-211-77/+87
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-3/+3
* - [bug] Fixed bug whereby polymorphic_onMike Bayer2012-03-311-2/+61
* - [bug] Fixed bug where "merge" cascade couldMike Bayer2012-01-281-2/+50
* - add tests to try to find the case that [ticket:2221] is looking for.Mike Bayer2011-11-131-3/+133
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-1/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-23/+34
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+6
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-2/+2
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-32/+122
* - Session constructor emits a warning when autoflush=TrueMike Bayer2011-02-071-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-55/+55
* - add QueryContext to load(), refresh()Mike Bayer2010-12-311-1/+1
* - removes the "on_" prefix.Mike Bayer2010-12-301-55/+55
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-1/+1
* merge backoutMike Bayer2010-11-281-16/+6
|\
| * after some usage, its clear that [ticket:1974] should not be implemented. b...Mike Bayer2010-11-281-16/+6
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\ \ | |/ |/|
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | - cascade_backrefs flag on relationship() now set to False by default.Mike Bayer2010-11-281-6/+16
* | - reorganizationMike Bayer2010-09-141-2/+2