SquiDB v3.2.1 Release Notes

Release Date: 2016-11-07 // over 7 years ago
    • ๐Ÿ›  Fix a bug that could cause containsNonNullValue(Property<?>) to return an incorrect result under certain conditions.
    • โš  Eliminate several harmless warnings that could be emitted by the code generator when compiling using Java 1.8.
    • ๐Ÿ”– Deprecate the SQLite version constants in the VersionCode class in favor of use-case specific constants in other classes. Most notably, VersionCode.LATEST is superseded by SQLiteBindingsAdapter.SQLITE_VERSION for the squidb-sqlite-bindings project, and VersionCode.V3_7_11 is superseded by Insert.SQLITE_VERSION_MULTI_ROW_INSERT.
    • Minor enhancements to null argument handling in the in()/notIn() criterion creating methods.