Hi Egon,
I think I understand most of the problem and solutions you propose. And yes sounds like a good plan.
What you first want to fix is a way to figure out what version a derby file is actually for, so we can actually run multiple versions of databases with different versions of tools. Do I understand correctly that your problem there might be that a you might not even be able to get that info from the file?
If so other solutions I could think of:
Lucas, I am not sure you were actually on this email list (the bridgedb-discuss one) if not please add yourself.
Best, Chris
I think I understand most of the problem and solutions you propose. And yes sounds like a good plan.
What you first want to fix is a way to figure out what version a derby file is actually for, so we can actually run multiple versions of databases with different versions of tools.
Do I understand correctly that your problem there might be that a you might not even be able to get that info from the file?
If so other solutions I could think of:
- Just let it break and catch the error. If you get an “open database error” just recover from that and give an error message “opening failed, possibly wrong Derby version”.