Persism v1.1.0 Release Notes

    • ➕ Added support for Records! (Java 16)
    • ➕ Added preliminary support for Informix (looking for help to set up a vbox vm)
    • 🛠 Fixed UPDATE statement using columns in alphabetical order (All Persism generated SQL should be in column order)
    • 🛠 Fixed support for MSAccess with UCanAccess jdbc driver in Java 16
    • 🛠 Fixed issue with Queries cached with missing columns
    • 🛠 Fixed @Table name case sensitivity
    • ➕ Added warnings if Persism doesn't have results when querying for DatabaseMetaData
    • ➕ Added new constructor for Session to supply a fake URL for situations where the Connection metadata url returns null