Searched hist:"7 ddaad1152dc0f87d85ab16db7c7c5e825f3ce1f" (Results 1 – 2 of 2) sorted by relevance
/plugin/sqlite/ |
H A D | SQLiteDB.php | 7ddaad1152dc0f87d85ab16db7c7c5e825f3ce1f Mon Jun 12 07:58:57 UTC 2023 Andreas Gohr <andi@splitbrain.org> Fix import/export handling, always split multi-statements
Even though mutliple statements can be passed to $sth->execute(), failures will only be checked in the very first statement. Failures later on will lead to the rest of the statements to be silently ignored rendering our rollback strategy moot.
We now always split multiline statements and run them separately (affects import and migrations).
The export was adjusted to not include the transaction handling and fix entry exports.
|
H A D | admin.php | 7ddaad1152dc0f87d85ab16db7c7c5e825f3ce1f Mon Jun 12 07:58:57 UTC 2023 Andreas Gohr <andi@splitbrain.org> Fix import/export handling, always split multi-statements
Even though mutliple statements can be passed to $sth->execute(), failures will only be checked in the very first statement. Failures later on will lead to the rest of the statements to be silently ignored rendering our rollback strategy moot.
We now always split multiline statements and run them separately (affects import and migrations).
The export was adjusted to not include the transaction handling and fix entry exports.
|