SquiDB v3.1.3 Release Notes

Release Date: 2016-09-02 // over 7 years ago
    • 🛠 Fix a bug where enums that override toString() would be incorrectly serialized to the database. It's likely that you would have noticed a problem before now if this happened to you, but if you've been persisting an enum column with an enum that overrides toString(), you may have to run a data migration to fix the issue. Sorry to anyone affected by this!