data
data copied to clipboard
Data Access PHP Framework for SQL & high-latency databases
If the target field is shared with more than 1 field, the Model::set must detect it and set all fields to the same value. in Join test in https://github.com/atk4/data/blob/45b41461/tests/JoinSqlTest.php#L730
Value can be `array` which is not rare for `json` DBAL type, thus we cannot check if array on managed type. WIP as the BC break must be minimal. We...
TODO decide https://github.com/atk4/ui/issues/1681 and https://github.com/atk4/ui/pull/1687 before merge TODO test execute/preview with args
also compare SQL logs for all tests /w lowest, 3.6, 3.7 and possibly 4.0
UPDATE ignore everything below as reported very badly. MySQL/MariaDB repro: https://github.com/atk4/data/issues/1096#issuecomment-1454742258 MySQL issue needed for workaround: TODO open an issue MariaDB issue needed for workaround: https://jira.mariadb.org/browse/MDEV-32657 --- I have a...
Fail CI if updates like: - https://github.com/atk4/ui/pull/2089 - https://github.com/atk4/core/pull/392 are needed. solution: https://github.com/composer/composer/issues/11656
Steps to reproduce: - Click on a delete button in any Crud - Record will be deleted immediately Expected behaviour: By default, there should be a confirmation required before deletion...
`$appliesTo` is enough to detect to what the UA is for (model, new entity, existing/loaded entity). `MODIFIER_UPDATE` was used to detect the UA can modify records to reload UI (table)...