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