Files
directus/api
Jan Arends 22f7d1080f Fix error on nullable update within Oracle DB (#23436)
* more differentiation between creation and update and some comments

* added db helper for nullable update

* integrated db helper

* comments

* changeset

* update comment, autoformat

* make new fields nullable by default

we dont transmit unchanged values in the advanced creation form which means
`is_nullable` will be undefined because thats the default
before this pr it worked because we fell back due to `... ?? true`

---------

Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
2024-09-03 13:53:37 +02:00
..