Thomas Ross
Thomas Ross
I have: - [x] searched open and closed issues for duplicates ---------------------------------------- ### Version info **Duplicati Version:** 2.0.1.53-2.0.1.53_experimental_2017-03-13 **Operating System:** Debian Linux Testing Stretch (Mono 4.6.2, NuGet 3.5.0.1996) **Backend:** GTK?...
Currently, whenever a statement needs to be executed, we prepare the statement and then throw it away. It would speed up database operations to only prepare the statements once (storing...
It might be helpful to have the user_id field become auto increment. It should reduce the complexity of some of the operations on users in the database.