Niklas Maier

Results 4 issues of Niklas Maier

Summary: fluid-components internally uses phps `gettype()` method to check the actual type of a passed component param value. `gettype()` however returns the string 'double' for floating numbers because of historical...

Summary: Implement support to model custom relations of one-to-many relations inside fixture yamls by adding a new config field inside `entitySettings` for each table called `parentRelationColumnName`. When set, the data-array...

### Does your feature request relate to a problem? Currently when writing yaml fixtures for test cases it is possible to model a datastructure by using the `entities` key. However...

As already used throughout the codebase, the return-type of the `fromString()` method inside `ConstructibleFromString`-Interface has been adjusted to additionally allow null.