Home
last modified time | relevance | path

Searched hist:"86 a40c1e5466c7b6db33385bf259d31f32afca98" (Results 1 – 3 of 3) sorted by relevance

/plugin/struct/helper/
H A Dlookup.php86a40c1e5466c7b6db33385bf259d31f32afca98 Wed Mar 25 13:58:33 UTC 2020 Anna Dabrowska <dabrowska@cosmocode.de> Save empty page ids as strings, not NULL

pid is part of primary key and so must not be NULL. Otherwise the unique constraint does not work, SQLite effectively treats every NULL as unique.

/plugin/struct/meta/
H A DSchemaBuilder.php86a40c1e5466c7b6db33385bf259d31f32afca98 Wed Mar 25 13:58:33 UTC 2020 Anna Dabrowska <dabrowska@cosmocode.de> Save empty page ids as strings, not NULL

pid is part of primary key and so must not be NULL. Otherwise the unique constraint does not work, SQLite effectively treats every NULL as unique.

H A DAccessTable.php86a40c1e5466c7b6db33385bf259d31f32afca98 Wed Mar 25 13:58:33 UTC 2020 Anna Dabrowska <dabrowska@cosmocode.de> Save empty page ids as strings, not NULL

pid is part of primary key and so must not be NULL. Otherwise the unique constraint does not work, SQLite effectively treats every NULL as unique.