Releases: scireum/sirius-db
Releases · scireum/sirius-db
dev-13.0
dev-12.0
Prevents an NPE if the requested entity doesn't exist
Merge pull request #276 from scireum/aha/npe-fix Prevents an NPE if the requested entity doesn't exist.
Fixes exception handling for optimisticInserts in InsertStatements
Merge pull request #275 from scireum/aha/optimistic-insert-fix Fixes exception handling.
Changes the way data is processed when importing into a StringListProperty
Merge pull request #273 from scireum/aha/StringListFix Parses all kind of import values which aren't a list yet.
Reverted to the classic scheme of generating foreign key names to prevent massive changes. Very long names are still shortened to fix the original problem.
Merge pull request #270 from scireum/aha/update Updates to the latest sirius kernel.
Update to the latest sirius kernel
Merge pull request #270 from scireum/aha/update Updates to the latest sirius kernel.
Makes StringLists capable of parsing comma separated values lists. Fixed name generation of foreign keys for Maria DB
Merge pull request #268 from scireum/aha/FullyQualifiedFkNames Generates long (fully qualified foreign key names again).
Adds some boilerplate when performing checks on entity properties.
Merge pull request #266 from scireum/aha/boilerplate Adds some boilerplate code to simplify before save checks.
Provides a central control whether schema changes should be executed (mixing.autoUpdateSchema). Also unifies collation handling in MongoDB. Additionally the Foreign Key names generated by the SchemaTool are now shorter, as we hit the max limit of MariaDB.
Merge pull request #265 from scireum/aha/schema Aha/schema