ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.24k stars 396 forks source link

update postgresql JDBC driver to latest version #246

Closed Stary2001 closed 4 years ago

Stary2001 commented 4 years ago

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.

devgianlu commented 4 years ago

This also fixes continuous crashes on Windows.

ajanata commented 4 years ago

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.

devgianlu commented 4 years ago

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.