Skip to content

Releases: scireum/sirius-db

dev-13.0

14 Feb 08:05
c096f86
Compare
Choose a tag to compare
dev-13.0 Pre-release
Pre-release
Merge pull request #281 from scireum/aha/horror-fix

Builds the routing table independent of the mapping generation.

dev-12.0

13 Feb 15:26
b094669
Compare
Choose a tag to compare
dev-12.0 Pre-release
Pre-release
Merge pull request #280 from scireum/aha/SIRI-172

SIRI-172 - add support for database supported optimistic locking patterns

Prevents an NPE if the requested entity doesn't exist

10 Feb 10:32
Compare
Choose a tag to compare
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

07 Feb 14:48
bc25dd7
Compare
Choose a tag to compare
Merge pull request #275 from scireum/aha/optimistic-insert-fix

Fixes exception handling.

Changes the way data is processed when importing into a StringListProperty

03 Feb 11:30
17105cf
Compare
Choose a tag to compare
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.

28 Jan 08:25
1014e15
Compare
Choose a tag to compare

Update to the latest sirius kernel

27 Jan 13:16
1014e15
Compare
Choose a tag to compare
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

07 Jan 20:25
fac0498
Compare
Choose a tag to compare
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.

03 Jan 08:28
c6d7ab6
Compare
Choose a tag to compare
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.

02 Jan 12:32
f8618c9
Compare
Choose a tag to compare