requery v1.2.0 Release Notes

Release Date: 2017-02-19 // about 7 years ago
    • ๐Ÿ‘Œ Support Jackson serialization with a new Jackson serialization module (requery-jackson)
    • ๐Ÿ‘Œ Support insert into select query
    • ๐Ÿ‘Œ Support additional query functions
    • ๐Ÿ‘Œ Support improved for Immutable.org types
    • ๐Ÿ›  Fix unique constraints not applied during table generation
    • ๐Ÿ›  Fix closing connection/statement if an exception is thrown during prepare
    • ๐Ÿ›  Fix ClassCastException when using a function in a where expression
    • ๐Ÿ›  Fix NPE when a junction table contains a non-associative attribute
    • ๐Ÿ›  Fix unsupported on update clause generated when using an Oracle database
    • ๐Ÿ›  Fix Kotlin EntityStore delete should return a nullable type