Closed Stary2001 closed 4 years ago
This also fixes continuous crashes on Windows.
This also fixes continuous crashes on Windows.
JVM crashes? I've noticed that too, though I use sqlite when I'm doing dev work... I should look into bumping that too I guess.
JVM crashes? I've noticed that too
Exactly, to fix it I had to bump the sqlite JDBC version too. It usually crashes when doing the first load and reading all the cards from the DB.
This fixes compatibility with newer versions of PostgreSQL. At some point, they stopped tying JDBC driver releases to Postgres releases, so they bumped the version number up to 42. I don't know why either.