Home
last modified time | relevance | path

Searched hist:"2029240745 a920e8c47936dd9ceac96395d3b47c" (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/meta/
H A DValueValidator.php2029240745a920e8c47936dd9ceac96395d3b47c Wed Aug 09 08:41:05 UTC 2023 Andreas Gohr <andi@splitbrain.org> save unset data as empty string. #658

Previous versions of the SQLite plugin (incorrectly) saved PHP null
values as empty strings. The new version correctly saves them as
database NULL. However for struct, we always want empty strings.

H A DAccessTablePage.php2029240745a920e8c47936dd9ceac96395d3b47c Wed Aug 09 08:41:05 UTC 2023 Andreas Gohr <andi@splitbrain.org> save unset data as empty string. #658

Previous versions of the SQLite plugin (incorrectly) saved PHP null
values as empty strings. The new version correctly saves them as
database NULL. However for struct, we always want empty strings.