SquiDB v4.0.0-beta.2 Release Notes

Release Date: 2017-03-28 // about 7 years ago

Previous changes from v3.2.2

    • 🌲 Introduce a new error logging mechanism in the code generator that allows SquiDB to log errors without generating a bunch of "cannot find symbol [ModelClass]" errors
    • Implement validation in the code generator to guard against illegal column or table names, e.g. those that use SQLite keywords or contain invalid characters.