nextcloud-server/lib/private/DB
Carl Schwan 336cc3fa35 feat(Db): Use SnowflakeId for previews
Allow to get an id for the storing the preview on disk before inserting
the preview on the DB.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-10-28 17:50:03 +07:00
..
Exceptions
QueryBuilder fix: get all available previews on Oracle 2025-10-23 14:10:15 +07:00
Adapter.php fix: Revert "fix(db): Store last insert id before reconnect" 2025-05-21 07:55:42 +07:00
AdapterMySQL.php
AdapterOCI8.php fix: Revert "fix(db): Store last insert id before reconnect" 2025-05-21 07:55:42 +07:00
AdapterPgSql.php fix: Revert "fix(db): Store last insert id before reconnect" 2025-05-21 07:55:42 +07:00
AdapterSqlite.php
ArrayResult.php
BacktraceDebugStack.php
Connection.php feat(database): Add option to test for mariadb 2025-08-08 07:50:51 +07:00
ConnectionAdapter.php feat(database): Add option to test for mariadb 2025-08-08 07:50:51 +07:00
ConnectionFactory.php feat(db): add SSL/TLS support for PostgreSQL 2025-09-22 11:51:04 +07:00
DbDataCollector.php
MigrationException.php
MigrationService.php refactor(dbal): Port away from getDatabasePlatform() instanceof pattern 2025-10-13 13:44:08 +07:00
Migrator.php
MigratorExecuteSqlEvent.php
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySqlTools.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
OCSqlitePlatform.php
ObjectParameter.php
OracleConnection.php
OracleMigrator.php
PgSqlTools.php
PreparedStatement.php
ResultAdapter.php
SQLiteMigrator.php
SQLiteSessionInit.php
SchemaWrapper.php feat(Db): Use SnowflakeId for previews 2025-10-28 17:50:03 +07:00
SetTransactionIsolationLevel.php