platypush/platypush/entities/_engine/repo
Fabio Manganiello 5763c5e0ba
Don't use the entities cache when upserting entities.
This may make things a bit less optimal, but it's probably the only
possible solution that preserves my sanity.

Managing upserts of cached instances that were previously made transient
and expunged from the session is far from easy, and the management of
recursive parent/children relationships only add one more layer of
complexity (and that management is already complex enough in its current
implementation).
2022-12-18 15:13:21 +01:00
..
__init__.py Don't use the entities cache when upserting entities. 2022-12-18 15:13:21 +01:00
cache.py Large refactor of the entities engine. 2022-12-17 21:41:23 +01:00
db.py Large refactor of the entities engine. 2022-12-17 21:41:23 +01:00
merger.py Don't use the entities cache when upserting entities. 2022-12-18 15:13:21 +01:00