You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nowadays, containers and keys are stored in the same table, the only difference between this two entities is that a container have an empty value in the DB.
To have a more robust solution, we should create a new flag or use PRAGMA on sqlite to distinguish between them.
The text was updated successfully, but these errors were encountered:
raildo
changed the title
DB change to differentiate containers and keys to secrets
DB change to differentiate containers and keys on secrets
Apr 11, 2017
If we can distinguish between a NULL value and an empty value that may also be sufficient, we cannot have keys with a NULL value, keys have at a minimum an empty value.
Nowadays, containers and keys are stored in the same table, the only difference between this two entities is that a container have an empty value in the DB.
To have a more robust solution, we should create a new flag or use PRAGMA on sqlite to distinguish between them.
The text was updated successfully, but these errors were encountered: