Store Server Address in LocalDB #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As the LocalDB stores information specific to a server, that server has to remain the same.
To ensure that the client does not connect to another server, the server's address has to be stores inside the LocalDB. If a mismatch between that address and the one stores inside the client configuration is identified, an error message has to be displayed.
Approach: store the local database files inside a folder which is dependent on the server's address.