nextcloud/lib
Joas Schilling df94cceb7b
fix(db): Store last insert id before reconnect
During a reconnect we are losing the connection and when the
realLastInsertId call is the one triggering the reconnect, it
does not return the ID. But inside the reconnect, we were able
to save the last insert id, so calling it a second time is going
to be successful.
We can not return the result on the initial call, as we are already
way deeper in the stack performing the actual database query on
the doctrine driver.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-14 10:27:00 +02:00
..
composer Merge pull request #52707 from nextcloud/encryption-no-header-size-error 2025-05-10 09:47:21 +02:00
l10n fix(l10n): Update translations from Transifex 2025-05-14 00:22:28 +00:00
private fix(db): Store last insert id before reconnect 2025-05-14 10:27:00 +02:00
public feat(FilenameValidator): allow to sanitize filenames 2025-05-13 14:14:17 +02:00
unstable fix(lexicon): syntax 2025-01-14 10:38:15 -01:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php perf: Add config options to trigger individual and sample profiling using excimer 2025-04-22 08:57:02 +02:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00