platypush/platypush/entities/_engine
Fabio Manganiello 31552963c4
`EntitiesDb.upsert` should return a deep copy of the upserted entities.
Not the upserted entities themselves, no matter if expunged or made transient.

Reminder to my future self: returning the flushed entities and then using them
outside of the session or in another thread opens a big can of worms when using
SQLAlchemy.
2023-03-10 12:06:36 +01:00
..
repo `EntitiesDb.upsert` should return a deep copy of the upserted entities. 2023-03-10 12:06:36 +01:00
__init__.py EntitiesEngine synchronization improvements. 2023-03-10 00:57:24 +01:00
queue.py typo fix 2023-02-08 01:09:25 +01:00