@@ -117,7 +117,6 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
117117 'OCP \\AppFramework \\Db \\DoesNotExistException ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Db/DoesNotExistException.php ' ,
118118 'OCP \\AppFramework \\Db \\Entity ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Db/Entity.php ' ,
119119 'OCP \\AppFramework \\Db \\IMapperException ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Db/IMapperException.php ' ,
120- 'OCP \\AppFramework \\Db \\ISnowflake ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Db/ISnowflake.php ' ,
121120 'OCP \\AppFramework \\Db \\MultipleObjectsReturnedException ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php ' ,
122121 'OCP \\AppFramework \\Db \\QBMapper ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Db/QBMapper.php ' ,
123122 'OCP \\AppFramework \\Db \\TTransactional ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Db/TTransactional.php ' ,
@@ -353,6 +352,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
353352 'OCP \\DB \\IPreparedStatement ' => __DIR__ . '/../../.. ' . '/lib/public/DB/IPreparedStatement.php ' ,
354353 'OCP \\DB \\IResult ' => __DIR__ . '/../../.. ' . '/lib/public/DB/IResult.php ' ,
355354 'OCP \\DB \\ISchemaWrapper ' => __DIR__ . '/../../.. ' . '/lib/public/DB/ISchemaWrapper.php ' ,
355+ 'OCP \\DB \\ISnowflake ' => __DIR__ . '/../../.. ' . '/lib/public/DB/ISnowflake.php ' ,
356356 'OCP \\DB \\QueryBuilder \\ICompositeExpression ' => __DIR__ . '/../../.. ' . '/lib/public/DB/QueryBuilder/ICompositeExpression.php ' ,
357357 'OCP \\DB \\QueryBuilder \\IExpressionBuilder ' => __DIR__ . '/../../.. ' . '/lib/public/DB/QueryBuilder/IExpressionBuilder.php ' ,
358358 'OCP \\DB \\QueryBuilder \\IFunctionBuilder ' => __DIR__ . '/../../.. ' . '/lib/public/DB/QueryBuilder/IFunctionBuilder.php ' ,
@@ -1079,9 +1079,6 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
10791079 'OC \\AppFramework \\Bootstrap \\ServiceAliasRegistration ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Bootstrap/ServiceAliasRegistration.php ' ,
10801080 'OC \\AppFramework \\Bootstrap \\ServiceFactoryRegistration ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Bootstrap/ServiceFactoryRegistration.php ' ,
10811081 'OC \\AppFramework \\Bootstrap \\ServiceRegistration ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Bootstrap/ServiceRegistration.php ' ,
1082- 'OC \\AppFramework \\Db \\NextcloudSequenceResolver ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Db/NextcloudSequenceResolver.php ' ,
1083- 'OC \\AppFramework \\Db \\Snowflake ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Db/Snowflake.php ' ,
1084- 'OC \\AppFramework \\Db \\SnowflakeGenerator ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Db/SnowflakeGenerator.php ' ,
10851082 'OC \\AppFramework \\DependencyInjection \\DIContainer ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/DependencyInjection/DIContainer.php ' ,
10861083 'OC \\AppFramework \\Http ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Http.php ' ,
10871084 'OC \\AppFramework \\Http \\Dispatcher ' => __DIR__ . '/../../.. ' . '/lib/private/AppFramework/Http/Dispatcher.php ' ,
@@ -1637,6 +1634,9 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
16371634 'OC \\DB \\SQLiteSessionInit ' => __DIR__ . '/../../.. ' . '/lib/private/DB/SQLiteSessionInit.php ' ,
16381635 'OC \\DB \\SchemaWrapper ' => __DIR__ . '/../../.. ' . '/lib/private/DB/SchemaWrapper.php ' ,
16391636 'OC \\DB \\SetTransactionIsolationLevel ' => __DIR__ . '/../../.. ' . '/lib/private/DB/SetTransactionIsolationLevel.php ' ,
1637+ 'OC \\DB \\Snowflake \\NextcloudSequenceResolver ' => __DIR__ . '/../../.. ' . '/lib/private/DB/Snowflake/NextcloudSequenceResolver.php ' ,
1638+ 'OC \\DB \\Snowflake \\Snowflake ' => __DIR__ . '/../../.. ' . '/lib/private/DB/Snowflake/Snowflake.php ' ,
1639+ 'OC \\DB \\Snowflake \\SnowflakeGenerator ' => __DIR__ . '/../../.. ' . '/lib/private/DB/Snowflake/SnowflakeGenerator.php ' ,
16401640 'OC \\Dashboard \\Manager ' => __DIR__ . '/../../.. ' . '/lib/private/Dashboard/Manager.php ' ,
16411641 'OC \\DatabaseException ' => __DIR__ . '/../../.. ' . '/lib/private/DatabaseException.php ' ,
16421642 'OC \\DatabaseSetupException ' => __DIR__ . '/../../.. ' . '/lib/private/DatabaseSetupException.php ' ,
0 commit comments