Model variables as entities #255

Closed
opened 2023-04-28 15:44:34 +02:00 by blacklight · 0 comments
Owner

The current framework models variable and entity as different tables.

This means that variables aren't visible in the new entities dashboard, and it may also cause concurrency issues when SQLite is used as a backend - some updates to variables may occur while the EntityEngine is flushing records to the database, and the db may therefore be locked: the variable plugin and the entity engine are not synchronized.

The current framework models `variable` and `entity` as different tables. This means that variables aren't visible in the new entities dashboard, and it may also cause concurrency issues when SQLite is used as a backend - some updates to variables may occur while the `EntityEngine` is flushing records to the database, and the db may therefore be locked: the variable plugin and the entity engine are not synchronized.
blacklight added the
enhancement
label 2023-04-28 15:44:34 +02:00
blacklight self-assigned this 2023-04-28 15:44:34 +02:00
blacklight added this to the core project 2023-04-28 15:44:34 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#255
No description provided.