SquiDB v2.0.1 Release Notes

Release Date: 2015-10-29 // over 8 years ago
    • SquidDatabase will now call onConfigure before onOpen for Android API level < 16
    • Function.substr can now get its start and length arguments from arbitrary expressions, not just integers
    • ๐Ÿ‘Œ Support using ThreadLocals as arguments in SQL statements. This can make reusing a precompiled query or other SQL grammar object easier in a multi-threaded environment
    • โž• Add versions of Criterion.or and Criterion.and that work on List<Criterion>
    • โฌ†๏ธ Bump the SQLite version in the squidb-sqlite-bindings project to 3.9.1
    • ๐Ÿ›  Fixed an issue where SquidDatabase called insertOrThrow when wrapping SQLiteDatabase.insert
    • ๐Ÿ›  Fix a bug in the code generator that could cause a necessary abstract method to be omitted