summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-8/+8
* Propagate key for collection eventsMike Bayer2022-08-161-7/+15
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* pep-484: session, instancestate, etcMike Bayer2022-04-121-10/+31
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* Fix overlapping slots, base classes without slotsArie Bovenberg2022-02-011-0/+3
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-24/+2
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Create new event for collection add w/o mutationMike Bayer2021-05-121-0/+1
* Improve cascade backrefs warning and add `code` to deprecation warningsStephen Rosen2021-05-101-2/+4
* disable all raiseload within the unit of work process.Mike Bayer2021-02-281-2/+8
* happy new yearMike Bayer2021-01-041-1/+1
* Send deterministic ordering into unit of work topologicalMike Bayer2020-12-111-8/+24
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-2/+23
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-6/+6
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-3/+10
* happy new yearMike Bayer2020-01-011-1/+1
* Don't run pending_to_persistent for non-new objectsMike Bayer2019-02-091-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-4/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-121/+143
* Implement __delete__Mike Bayer2018-11-021-12/+15
* Add test and retroactive changelog for issue 4040Mike Bayer2018-10-011-0/+4
* happy new yearMike Bayer2018-01-121-1/+1
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-12/+14
* Refinements for unitofwork internalsMike Bayer2017-06-141-27/+53
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-271-0/+3
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-141-0/+13
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - refinementsMike Bayer2014-08-191-6/+0
* - change to be represented as two very fast bulk_insert() and bulk_update() m...Mike Bayer2014-08-151-17/+5
* devMike Bayer2014-08-151-5/+5
* - proof of conceptMike Bayer2014-08-151-2/+26
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-62/+64
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-1/+3
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-3/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-5/+3
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-2/+2
* - the raw 2to3 runMike Bayer2013-04-271-4/+4
* Can set/change the "cascade" attribute on a :func:`.relationship`Mike Bayer2013-03-021-6/+6
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-3/+11
* - errant maxdbMike Bayer2012-10-191-3/+0