Skip to content

Releases: scireum/sirius-db

Switches from the MySQL to the MariaDB driver as default.

06 Oct 08:48
a284496
Compare
Choose a tag to compare

We only supply a MariaDB driver as the MySQL 5.x driver
seems to have a security issue and 8.x brings some problems
along.

dev-19.5

09 Sep 07:30
d582a46
Compare
Choose a tag to compare
dev-19.5 Pre-release
Pre-release

Shows Cascading Deletion only to Admins

dev-19.4: Merge pull request #369 from scireum/version-bump

03 Sep 11:08
0735649
Compare
Choose a tag to compare

Provide a method to detect changes on an entity using a custom function

01 Sep 05:56
b686ae2
Compare
Choose a tag to compare
dev-19.3

Merge pull request #368 from scireum/jmu/SE-9960-is-any-mapping-chang…

dev-19.2

25 Aug 15:47
Compare
Choose a tag to compare
dev-19.2 Pre-release
Pre-release
Bumps sirius-kernel dev-19.6 -> dev-19.7

Logs more than 256 characters of the ES request content

07 Aug 08:39
bcd81b1
Compare
Choose a tag to compare
Merge pull request #367 from scireum/sbi/OX-6086

Logs more than 256 characters of the ES request content

MultiLanguageString: Prevents a NPE when trying to access fallback on uninitialized data

29 Jul 07:19
b0040d3
Compare
Choose a tag to compare
Merge pull request #365 from scireum/sbi/MultiLangFallbackFix

Prevents a NPE when trying to access fallback on uninitialized multi lang data

dev-19.0

27 Jul 12:15
e9703ad
Compare
Choose a tag to compare
dev-19.0 Pre-release
Pre-release

Breaking: fieldLookUpCache now transforms the value inside of the value. calls on String field won't need any adjustments, other field types will.

Uses a proper return type.

21 Jul 13:27
ef21792
Compare
Choose a tag to compare
Pre-release

Returnin a protected class otherwise prohibits calling
any methods on it, even the inherited public ones.
Also this is rather an implementation details and
returning the base type is the better option.

Adds some boilerplate constructors.

17 Jul 08:52
ae1ce59
Compare
Choose a tag to compare
Pre-release
Merge pull request #360 from scireum/aha/constructor-boilerplate

Makes two constructors accept a Stream instead of an array or list.