mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-05 23:37:20 -04:00
dont treat "listonly" objects as newly clean
This commit is contained in:
@@ -468,7 +468,7 @@ class UOWTransaction(object):
|
||||
continue
|
||||
if elem.isdelete:
|
||||
self.uow._remove_deleted(elem.state)
|
||||
else:
|
||||
elif not elem.listonly:
|
||||
self.uow._register_clean(elem.state)
|
||||
|
||||
def _sort_dependencies(self):
|
||||
|
||||
Reference in New Issue
Block a user