diff --git a/tests/Integration/base-query-count.txt b/tests/Integration/base-query-count.txt index 21c9471eb..4fce45f08 100644 --- a/tests/Integration/base-query-count.txt +++ b/tests/Integration/base-query-count.txt @@ -1 +1 @@ -9041 +9158 diff --git a/tests/Integration/base-query-list.txt b/tests/Integration/base-query-list.txt index 79642cf99..2c600fe48 100644 --- a/tests/Integration/base-query-list.txt +++ b/tests/Integration/base-query-list.txt @@ -1,13 +1,15 @@ primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT 'main' primary 0 SELECT name AS table_name FROM sqlite_master @@ -20,35 +22,39 @@ SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name - primary 0 SELECT "version" FROM "oc_migrations" WHERE "app" = :dcValue1 ORDER BY "version" ASC - primary 0 INSERT INTO "oc_appconfig" ("appid", "lazy", "type", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) - primary 0 INSERT INTO "oc_appconfig" ("appid", "lazy", "type", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) - primary 0 INSERT INTO "oc_appconfig" ("appid", "lazy", "type", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) - primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue2, "type" = :dcValue3 WHERE ("appid" = :dcValue4) AND ("configkey" = :dcValue5) + primary 0 SELECT "version" FROM "oc_migrations" WHERE "app" = :dcValue1 + primary 0 INSERT INTO "oc_appconfig" ("appid", "configkey", "configvalue", "lazy", "type") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 0 INSERT INTO "oc_appconfig" ("appid", "configkey", "configvalue", "lazy", "type") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 0 INSERT INTO "oc_appconfig" ("appid", "configkey", "configvalue", "lazy", "type") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue4, "type" = :dcValue5 WHERE ("appid" = :dcValue2) AND ("configkey" = :dcValue3) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "user_id", "code", "used" FROM "oc_twofactor_backupcodes" WHERE "user_id" = :dcValue1 + primary 0 SELECT "e"."id" AS "e_id", "e"."user_id" AS "e_user_id", "e"."code" AS "e_code", "e"."used" AS "e_used" FROM "oc_twofactor_backupcodes" "e" WHERE "e"."user_id" = :dcValue1 LIMIT 1 primary 0 INSERT INTO "oc_twofactor_providers" ("provider_id", "uid", "enabled") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 primary 0 DELETE FROM "oc_jobs" WHERE ("class" = :dcValue1) AND ("argument_hash" = :dcValue2) @@ -57,17 +63,17 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "id", "mimetype" FROM "oc_mimetypes" primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -75,14 +81,15 @@ ORDER BY name primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('d41d8cd98f00b204e9800998ecf8427e')) primary 0 SELECT * FROM "oc_notifications" - primary 0 INSERT INTO "oc_appconfig" ("appid", "lazy", "type", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) - primary 0 INSERT INTO "oc_appconfig" ("appid", "lazy", "type", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 0 INSERT INTO "oc_appconfig" ("appid", "configkey", "configvalue", "lazy", "type") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 0 INSERT INTO "oc_appconfig" ("appid", "configkey", "configvalue", "lazy", "type") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) primary 0 DELETE FROM "oc_notifications_webpush" primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -91,10 +98,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -102,8 +109,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -112,10 +120,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -129,6 +137,9 @@ ORDER BY name primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) primary 1 SELECT "id", "addressbookid", "uri", "lastmodified", "etag", "size", "carddata", "uid" FROM "oc_cards" WHERE ("addressbookid" = :dcValue1) AND ("uri" = :dcValue2) LIMIT 1 primary 1 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) primary 1 INSERT INTO "oc_accounts" ("uid", "data") VALUES(:dcValue1, :dcValue2) primary 1 DELETE FROM "oc_accounts_data" WHERE "uid" = :dcValue1 primary 1 INSERT INTO "oc_accounts_data" ("uid", "name", "value") VALUES(:dcValue1, :name, :value) @@ -155,20 +166,18 @@ ORDER BY name primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -184,11 +193,11 @@ ORDER BY name primary 2 INSERT INTO "oc_mimetypes" ("mimetype") VALUES(:dcValue1) primary 2 RELEASE SAVEPOINT DOCTRINE_2 primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 1 SELECT "fileid" FROM "oc_filecache_extended" WHERE "fileid" = :dcValue1 primary 1 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -204,27 +213,30 @@ ORDER BY name primary 2 INSERT INTO "oc_mimetypes" ("mimetype") VALUES(:dcValue1) primary 2 RELEASE SAVEPOINT DOCTRINE_2 primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 1 SELECT "fileid" FROM "oc_filecache_extended" WHERE "fileid" = :dcValue1 primary 1 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 SELECT "p".*, "l"."bucket_name", "l"."object_store_name", "v"."version" FROM "oc_previews" "p" LEFT JOIN "oc_preview_locations" "l" ON "p"."location_id" = "l"."id" LEFT JOIN "oc_preview_versions" "v" ON "p"."version_id" = "v"."id" WHERE "p"."file_id" IN (:dcValue1) primary 2 SAVEPOINT DOCTRINE_2 primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 1 SELECT "fileid" FROM "oc_filecache_extended" WHERE "fileid" = :dcValue1 primary 1 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -235,7 +247,7 @@ ORDER BY name primary 2 INSERT INTO "oc_cards" ("carddata", "uri", "lastmodified", "addressbookid", "size", "etag", "uid") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) primary 3 SAVEPOINT DOCTRINE_3 primary 3 SELECT "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 3 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1777346550) + primary 3 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1788451114) primary 3 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 3 RELEASE SAVEPOINT DOCTRINE_3 primary 3 SAVEPOINT DOCTRINE_3 @@ -251,12 +263,12 @@ ORDER BY name primary 2 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" primary 2 SELECT "id", "addressbookid", "uri", "lastmodified", "etag", "size", "carddata", "uid" FROM "oc_cards" WHERE ("addressbookid" = :dcValue1) AND ("uri" = :dcValue2) LIMIT 1 primary 2 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 primary 3 SAVEPOINT DOCTRINE_3 primary 3 INSERT INTO "oc_calendars" ("principaluri", "uri", "synctoken", "transparent", "components", "displayname", "calendarcolor") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) - primary 3 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 3 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 3 RELEASE SAVEPOINT DOCTRINE_3 - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) @@ -266,18 +278,19 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "user_id", "code", "used" FROM "oc_twofactor_backupcodes" WHERE "user_id" = :dcValue1 + primary 0 SELECT "e"."id" AS "e_id", "e"."user_id" AS "e_user_id", "e"."code" AS "e_code", "e"."used" AS "e_used" FROM "oc_twofactor_backupcodes" "e" WHERE "e"."user_id" = :dcValue1 LIMIT 1 primary 0 INSERT INTO "oc_twofactor_providers" ("provider_id", "uid", "enabled") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 primary 0 DELETE FROM "oc_jobs" WHERE ("class" = :dcValue1) AND ("argument_hash" = :dcValue2) primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) - primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) - primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) primary 1 SELECT * FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("version" = :dcValue2) LIMIT 1000 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 @@ -289,114 +302,37 @@ ORDER BY name primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "id", "mimetype" FROM "oc_mimetypes" primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1 WHERE ("key" = :dcValue2) AND ("lock" = :dcValue3) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) - primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 INSERT INTO "oc_mounts" ("storage_id", "root_id", "user_id", "mount_point", "mount_point_hash", "mount_id", "mount_provider_class") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) ON CONFLICT DO NOTHING primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC - primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('d41d8cd98f00b204e9800998ecf8427e')) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('d41d8cd98f00b204e9800998ecf8427e')) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "json", "sync_token" FROM "oc_files_metadata" WHERE "file_id" = :dcValue1 - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING - primary 0 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1, "ttl" = :dcValue2 WHERE ("key" = :dcValue3) AND ("lock" = :dcValue4) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "size", "unencrypted_size" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("parent" = :dcValue2) AND ("size" >= :dcValue3) - primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('45b963397aa40d4a0063e0d85e4fe7a1', 'd41d8cd98f00b204e9800998ecf8427e')) - primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1, "ttl" = :dcValue2 WHERE ("key" = :dcValue3) AND ("lock" = :dcValue4) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 INSERT INTO "oc_files_versions" ("file_id", "timestamp", "size", "mimetype", "metadata") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) - primary 0 SELECT * FROM "oc_files_versions" WHERE "file_id" = :dcValue1 - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "p".*, "l"."bucket_name", "l"."object_store_name", "v"."version" FROM "oc_previews" "p" LEFT JOIN "oc_preview_locations" "l" ON "p"."location_id" = "l"."id" LEFT JOIN "oc_preview_versions" "v" ON "p"."version_id" = "v"."id" WHERE "p"."file_id" IN (:dcValue1) - primary 0 SELECT "json", "sync_token" FROM "oc_files_metadata" WHERE "file_id" = :dcValue1 - primary 0 SELECT "id" FROM "oc_jobs" WHERE ("class" = :dcValue1) AND ("argument_hash" = :dcValue2) LIMIT 1 - primary 0 INSERT INTO "oc_jobs" ("id", "class", "argument", "argument_hash", "last_run", "last_checked") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT * FROM "oc_files_versions" WHERE ("file_id" = :dcValue1) AND ("timestamp" = :dcValue2) - primary 0 UPDATE "oc_files_versions" SET "metadata" = :dcValue1 WHERE "id" = :dcValue2 - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "p".*, "l"."bucket_name", "l"."object_store_name", "v"."version" FROM "oc_previews" "p" LEFT JOIN "oc_preview_locations" "l" ON "p"."location_id" = "l"."id" LEFT JOIN "oc_preview_versions" "v" ON "p"."version_id" = "v"."id" WHERE "p"."file_id" IN (:dcValue1) - primary 0 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING - primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1, "ttl" = :dcValue2 WHERE ("key" = :dcValue3) AND ("lock" = :dcValue4) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC - primary 1 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING - primary 1 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) - primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 1 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING - primary 1 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) - primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC - primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC - primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) - primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1 WHERE ("key" = :dcValue2) AND ("lock" = :dcValue3) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT COUNT(*) FROM "oc_calendars" WHERE ("principaluri" = :dcValue1) AND ("uri" <> :dcValue2) primary 1 INSERT INTO "oc_calendars" ("principaluri", "uri", "synctoken", "transparent", "components", "displayname", "calendarcolor") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 1 SELECT COUNT(*) FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) - primary 1 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) + primary 1 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) LIMIT 1 + primary 1 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) LIMIT 1 primary 1 INSERT INTO "oc_calendarobjects" ("calendarid", "uri", "calendardata", "lastmodified", "etag", "size", "componenttype", "firstoccurence", "lastoccurence", "classification", "uid", "calendartype") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) primary 2 SAVEPOINT DOCTRINE_2 primary 2 SELECT "id" FROM "oc_calendarobjects" WHERE ("uri" = :dcValue1) AND ("calendarid" = :dcValue2) AND ("calendartype" = :dcValue3) @@ -410,9 +346,9 @@ ORDER BY name primary 2 UPDATE "oc_calendars" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 2 RELEASE SAVEPOINT DOCTRINE_2 primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 1 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 0 SELECT COUNT(*) FROM "oc_addressbooks" WHERE "principaluri" = :dcValue1 primary 1 INSERT INTO "oc_addressbooks" ("uri", "displayname", "description", "principaluri", "synctoken") VALUES(:uri, :displayname, :description, :principaluri, :synctoken) primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 @@ -423,7 +359,7 @@ ORDER BY name primary 1 INSERT INTO "oc_cards" ("carddata", "uri", "lastmodified", "addressbookid", "size", "etag", "uid") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) primary 2 SAVEPOINT DOCTRINE_2 primary 2 SELECT "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 2 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1777346550) + primary 2 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1788451114) primary 2 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 2 RELEASE SAVEPOINT DOCTRINE_2 primary 2 SAVEPOINT DOCTRINE_2 @@ -444,18 +380,18 @@ ORDER BY name primary 1 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" primary 1 SELECT "id", "addressbookid", "uri", "lastmodified", "etag", "size", "carddata", "uid" FROM "oc_cards" WHERE ("addressbookid" = :dcValue1) AND ("uri" = :dcValue2) LIMIT 1 primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 primary 2 SAVEPOINT DOCTRINE_2 primary 2 INSERT INTO "oc_calendars" ("principaluri", "uri", "synctoken", "transparent", "components", "displayname", "calendarcolor") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 1 SELECT "c"."uri" AS "calendaruri", "co"."uri" AS "objecturi" FROM "oc_calendarobjects" "co" LEFT JOIN "oc_calendars" "c" ON "co"."calendarid" = "c"."id" WHERE ("c"."principaluri" = :dcValue1) AND ("co"."uid" = :dcValue2) AND ("co"."deleted_at" IS NULL) primary 2 SAVEPOINT DOCTRINE_2 - primary 2 SELECT COUNT(*) FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) - primary 2 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) + primary 2 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) LIMIT 1 + primary 2 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) LIMIT 1 primary 2 INSERT INTO "oc_calendarobjects" ("calendarid", "uri", "calendardata", "lastmodified", "etag", "size", "componenttype", "firstoccurence", "lastoccurence", "classification", "uid", "calendartype") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) primary 3 SAVEPOINT DOCTRINE_3 primary 3 SELECT "id" FROM "oc_calendarobjects" WHERE ("uri" = :dcValue1) AND ("calendarid" = :dcValue2) AND ("calendartype" = :dcValue3) @@ -468,13 +404,90 @@ ORDER BY name primary 3 UPDATE "oc_calendars" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 3 RELEASE SAVEPOINT DOCTRINE_3 primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 2 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 primary 2 INSERT INTO "oc_calendar_reminders" ("calendar_id", "object_id", "uid", "is_recurring", "recurrence_id", "is_recurrence_exception", "event_hash", "alarm_hash", "type", "is_relative", "notification_date", "is_repeat_based") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) primary 2 RELEASE SAVEPOINT DOCTRINE_2 primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('d41d8cd98f00b204e9800998ecf8427e')) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "json", "sync_token" FROM "oc_files_metadata" WHERE "file_id" = :dcValue1 + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING + primary 0 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1, "ttl" = :dcValue2 WHERE ("key" = :dcValue3) AND ("lock" = :dcValue4) + primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "size", "unencrypted_size", "encrypted" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("parent" = :dcValue2) AND ("size" >= :dcValue3) + primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('45b963397aa40d4a0063e0d85e4fe7a1', 'd41d8cd98f00b204e9800998ecf8427e')) + primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1, "ttl" = :dcValue2 WHERE ("key" = :dcValue3) AND ("lock" = :dcValue4) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 INSERT INTO "oc_files_versions" ("file_id", "timestamp", "size", "mimetype", "metadata") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 0 SELECT * FROM "oc_files_versions" WHERE "file_id" = :dcValue1 + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "p".*, "l"."bucket_name", "l"."object_store_name", "v"."version" FROM "oc_previews" "p" LEFT JOIN "oc_preview_locations" "l" ON "p"."location_id" = "l"."id" LEFT JOIN "oc_preview_versions" "v" ON "p"."version_id" = "v"."id" WHERE "p"."file_id" IN (:dcValue1) + primary 0 SELECT "json", "sync_token" FROM "oc_files_metadata" WHERE "file_id" = :dcValue1 + primary 0 SELECT "id" FROM "oc_jobs" WHERE ("class" = :dcValue1) AND ("argument_hash" = :dcValue2) LIMIT 1 + primary 0 INSERT INTO "oc_jobs" ("id", "class", "argument", "argument_hash", "last_run", "last_checked") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT * FROM "oc_files_versions" WHERE ("file_id" = :dcValue1) AND ("timestamp" = :dcValue2) + primary 0 UPDATE "oc_files_versions" SET "metadata" = :dcValue1 WHERE "id" = :dcValue2 + primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 0 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "p".*, "l"."bucket_name", "l"."object_store_name", "v"."version" FROM "oc_previews" "p" LEFT JOIN "oc_preview_locations" "l" ON "p"."location_id" = "l"."id" LEFT JOIN "oc_preview_versions" "v" ON "p"."version_id" = "v"."id" WHERE "p"."file_id" IN (:dcValue1) + primary 0 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING + primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1, "ttl" = :dcValue2 WHERE ("key" = :dcValue3) AND ("lock" = :dcValue4) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) + primary 1 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING + primary 1 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) + primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 1 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING + primary 1 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) + primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) + primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) + primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1 WHERE ("key" = :dcValue2) AND ("lock" = :dcValue3) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -484,8 +497,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -494,10 +508,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -506,7 +520,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -517,8 +531,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -527,10 +542,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -540,8 +555,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -550,19 +566,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -571,18 +589,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -591,10 +611,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -604,8 +624,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -614,10 +635,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -625,8 +646,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -635,10 +657,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -647,7 +669,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -658,8 +680,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -668,10 +691,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -680,7 +703,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -691,8 +714,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -701,10 +725,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -714,8 +738,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -724,19 +749,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -745,18 +772,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -765,10 +794,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -778,8 +807,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -788,10 +818,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -799,8 +829,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -809,10 +840,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -821,7 +852,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -832,8 +863,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -842,10 +874,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -854,7 +886,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -865,8 +897,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" WHERE ("app" = :dcValue1) AND ("user" = :dcValue2) AND ("object_type" = :dcValue3) AND ("object_id" = :dcValue4) primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -875,8 +908,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -885,19 +919,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -906,18 +942,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" WHERE ("app" = :dcValue1) AND ("user" = :dcValue2) AND ("object_type" = :dcValue3) AND ("object_id" = :dcValue4) primary 1 DELETE FROM "oc_notifications" WHERE "notification_id" IN (:dcValue1) @@ -927,8 +965,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -937,19 +976,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -958,18 +999,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications" WHERE ("app" = :dcValue1) AND ("user" = :dcValue2) AND ("timestamp" = :dcValue3) AND ("object_type" = :dcValue4) AND ("object_id" = :dcValue5) AND ("subject" = :dcValue6) AND ("message" = :dcValue7) primary 1 DELETE FROM "oc_notifications" WHERE "notification_id" IN (:dcValue1) @@ -977,8 +1020,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -987,19 +1031,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1008,10 +1054,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1019,8 +1065,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1029,10 +1076,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1040,8 +1087,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1050,10 +1098,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1062,7 +1110,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1073,8 +1121,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1083,10 +1132,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1095,7 +1144,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1106,8 +1155,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1116,10 +1166,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1128,8 +1178,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1138,10 +1189,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1150,8 +1201,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1160,10 +1212,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1172,8 +1224,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1182,19 +1235,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1203,19 +1258,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 DELETE FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1224,19 +1281,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1245,10 +1304,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1258,8 +1317,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1268,10 +1328,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1279,8 +1339,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1289,10 +1350,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1301,7 +1362,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1312,8 +1373,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1322,10 +1384,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1334,7 +1396,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1345,8 +1407,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1355,10 +1418,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1367,8 +1430,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1377,10 +1441,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1389,8 +1453,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1399,10 +1464,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1411,8 +1476,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1421,19 +1487,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1442,19 +1510,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 DELETE FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1463,17 +1533,19 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1482,19 +1554,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1503,10 +1577,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1516,8 +1590,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1526,10 +1601,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1537,8 +1612,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1547,10 +1623,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1559,7 +1635,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1570,8 +1646,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1580,10 +1657,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1592,7 +1669,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1603,8 +1680,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1613,10 +1691,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1625,8 +1703,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1635,10 +1714,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1647,8 +1726,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1657,10 +1737,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1669,8 +1749,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1679,19 +1760,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1700,16 +1783,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1718,19 +1803,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1739,10 +1826,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1752,8 +1839,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1762,10 +1850,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1773,8 +1861,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1783,10 +1872,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1795,7 +1884,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1806,8 +1895,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1816,10 +1906,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1828,7 +1918,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -1839,8 +1929,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1849,10 +1940,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1861,8 +1952,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1871,10 +1963,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1883,8 +1975,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1893,10 +1986,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -1905,8 +1998,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1915,19 +2009,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1936,19 +2032,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 DELETE FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1957,19 +2055,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -1978,10 +2078,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -1991,8 +2091,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2001,10 +2102,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -2012,8 +2113,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2022,10 +2124,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2034,7 +2136,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2045,8 +2147,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2055,10 +2158,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2067,7 +2170,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2078,8 +2181,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2088,10 +2192,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -2100,8 +2204,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2110,10 +2215,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -2122,8 +2227,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2132,10 +2238,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -2144,8 +2250,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2154,19 +2261,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2175,19 +2284,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 primary 1 DELETE FROM "oc_notifications" WHERE "notification_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" IN (:dcValue1) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2196,19 +2307,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2217,10 +2330,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -2228,8 +2341,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2238,10 +2352,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -2249,8 +2363,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2259,10 +2374,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2271,7 +2386,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2282,8 +2397,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2292,10 +2408,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2304,7 +2420,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2315,8 +2431,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2325,10 +2442,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2336,8 +2453,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2346,10 +2464,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -2363,6 +2481,9 @@ ORDER BY name primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) primary 1 SELECT "id", "addressbookid", "uri", "lastmodified", "etag", "size", "carddata", "uid" FROM "oc_cards" WHERE ("addressbookid" = :dcValue1) AND ("uri" = :dcValue2) LIMIT 1 primary 1 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) primary 1 INSERT INTO "oc_accounts" ("uid", "data") VALUES(:dcValue1, :dcValue2) primary 1 DELETE FROM "oc_accounts_data" WHERE "uid" = :dcValue1 primary 1 INSERT INTO "oc_accounts_data" ("uid", "name", "value") VALUES(:dcValue1, :name, :value) @@ -2387,10 +2508,9 @@ ORDER BY name primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -2400,11 +2520,11 @@ ORDER BY name primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 1 SELECT "fileid" FROM "oc_filecache_extended" WHERE "fileid" = :dcValue1 primary 1 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -2414,27 +2534,30 @@ ORDER BY name primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 1 SELECT "fileid" FROM "oc_filecache_extended" WHERE "fileid" = :dcValue1 primary 1 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 SELECT "p".*, "l"."bucket_name", "l"."object_store_name", "v"."version" FROM "oc_previews" "p" LEFT JOIN "oc_preview_locations" "l" ON "p"."location_id" = "l"."id" LEFT JOIN "oc_preview_versions" "v" ON "p"."version_id" = "v"."id" WHERE "p"."file_id" IN (:dcValue1) primary 2 SAVEPOINT DOCTRINE_2 primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 1 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) + primary 1 SELECT "fileid" FROM "oc_filecache_extended" WHERE "fileid" = :dcValue1 primary 1 INSERT INTO "oc_filecache_extended" ("fileid", "creation_time") VALUES(:dcValue1, :dcValue2) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -2445,7 +2568,7 @@ ORDER BY name primary 2 INSERT INTO "oc_cards" ("carddata", "uri", "lastmodified", "addressbookid", "size", "etag", "uid") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) primary 3 SAVEPOINT DOCTRINE_3 primary 3 SELECT "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 3 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1777346566) + primary 3 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1788451128) primary 3 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 3 RELEASE SAVEPOINT DOCTRINE_3 primary 3 SAVEPOINT DOCTRINE_3 @@ -2461,7 +2584,7 @@ ORDER BY name primary 2 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" primary 2 SELECT "id", "addressbookid", "uri", "lastmodified", "etag", "size", "carddata", "uid" FROM "oc_cards" WHERE ("addressbookid" = :dcValue1) AND ("uri" = :dcValue2) LIMIT 1 primary 2 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) @@ -2471,18 +2594,19 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "user_id", "code", "used" FROM "oc_twofactor_backupcodes" WHERE "user_id" = :dcValue1 + primary 0 SELECT "e"."id" AS "e_id", "e"."user_id" AS "e_user_id", "e"."code" AS "e_code", "e"."used" AS "e_used" FROM "oc_twofactor_backupcodes" "e" WHERE "e"."user_id" = :dcValue1 LIMIT 1 primary 0 INSERT INTO "oc_twofactor_providers" ("provider_id", "uid", "enabled") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 primary 0 DELETE FROM "oc_jobs" WHERE ("class" = :dcValue1) AND ("argument_hash" = :dcValue2) primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) - primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) - primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) primary 1 SELECT * FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("version" = :dcValue2) LIMIT 1000 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 @@ -2494,30 +2618,115 @@ ORDER BY name primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "id", "mimetype" FROM "oc_mimetypes" primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1 WHERE ("key" = :dcValue2) AND ("lock" = :dcValue3) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) - primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "lazy", "type", "flags", "indexed", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 INSERT INTO "oc_preferences" ("userid", "appid", "configkey", "configvalue", "lazy", "type", "flags", "indexed") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 1 INSERT INTO "oc_mounts" ("storage_id", "root_id", "user_id", "mount_point", "mount_point_hash", "mount_id", "mount_provider_class") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) ON CONFLICT DO NOTHING primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('d41d8cd98f00b204e9800998ecf8427e')) + primary 0 SELECT COUNT(*) FROM "oc_calendars" WHERE ("principaluri" = :dcValue1) AND ("uri" <> :dcValue2) + primary 1 INSERT INTO "oc_calendars" ("principaluri", "uri", "synctoken", "transparent", "components", "displayname", "calendarcolor") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 1 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) LIMIT 1 + primary 1 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) LIMIT 1 + primary 1 INSERT INTO "oc_calendarobjects" ("calendarid", "uri", "calendardata", "lastmodified", "etag", "size", "componenttype", "firstoccurence", "lastoccurence", "classification", "uid", "calendartype") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) + primary 2 SAVEPOINT DOCTRINE_2 + primary 2 SELECT "id" FROM "oc_calendarobjects" WHERE ("uri" = :dcValue1) AND ("calendarid" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 2 DELETE FROM "oc_calendarobjects_props" WHERE ("objectid" = :dcValue1) AND ("calendarid" = :dcValue2) + primary 2 INSERT INTO "oc_calendarobjects_props" ("calendarid", "calendartype", "objectid", "name", "parameter", "value") VALUES(:dcValue1, :dcValue2, :dcValue3, :name, :parameter, :value) + primary 2 INSERT INTO "oc_calendarobjects_props" ("calendarid", "calendartype", "objectid", "name", "parameter", "value") VALUES(:dcValue1, :dcValue2, :dcValue3, :name, :parameter, :value) + primary 2 RELEASE SAVEPOINT DOCTRINE_2 + primary 2 SAVEPOINT DOCTRINE_2 + primary 2 SELECT "synctoken" FROM "oc_calendars" WHERE "id" = :dcValue1 + primary 2 INSERT INTO "oc_calendarchanges" ("uri", "synctoken", "calendarid", "operation", "calendartype", "created_at") VALUES(:uri, :dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 2 UPDATE "oc_calendars" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 + primary 2 RELEASE SAVEPOINT DOCTRINE_2 + primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 1 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 0 SELECT COUNT(*) FROM "oc_addressbooks" WHERE "principaluri" = :dcValue1 + primary 1 INSERT INTO "oc_addressbooks" ("uri", "displayname", "description", "principaluri", "synctoken") VALUES(:uri, :displayname, :description, :principaluri, :synctoken) + primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 + primary 1 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) + primary 1 INSERT INTO "oc_cards" ("carddata", "uri", "lastmodified", "addressbookid", "size", "etag", "uid") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) + primary 2 SAVEPOINT DOCTRINE_2 + primary 2 SELECT "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 + primary 2 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1788451128) + primary 2 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 + primary 2 RELEASE SAVEPOINT DOCTRINE_2 + primary 2 SAVEPOINT DOCTRINE_2 + primary 2 SELECT "id" FROM "oc_cards" WHERE ("uri" = :dcValue1) AND ("addressbookid" = :dcValue2) + primary 2 DELETE FROM "oc_cards_properties" WHERE ("cardid" = :dcValue1) AND ("addressbookid" = :dcValue2) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) + primary 2 RELEASE SAVEPOINT DOCTRINE_2 + primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 + primary 1 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" + primary 1 SELECT "id", "addressbookid", "uri", "lastmodified", "etag", "size", "carddata", "uid" FROM "oc_cards" WHERE ("addressbookid" = :dcValue1) AND ("uri" = :dcValue2) LIMIT 1 + primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 + primary 2 SAVEPOINT DOCTRINE_2 + primary 2 INSERT INTO "oc_calendars" ("principaluri", "uri", "synctoken", "transparent", "components", "displayname", "calendarcolor") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 2 RELEASE SAVEPOINT DOCTRINE_2 + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 + primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 1 SELECT "c"."uri" AS "calendaruri", "co"."uri" AS "objecturi" FROM "oc_calendarobjects" "co" LEFT JOIN "oc_calendars" "c" ON "co"."calendarid" = "c"."id" WHERE ("c"."principaluri" = :dcValue1) AND ("co"."uid" = :dcValue2) AND ("co"."deleted_at" IS NULL) + primary 2 SAVEPOINT DOCTRINE_2 + primary 2 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) LIMIT 1 + primary 2 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) LIMIT 1 + primary 2 INSERT INTO "oc_calendarobjects" ("calendarid", "uri", "calendardata", "lastmodified", "etag", "size", "componenttype", "firstoccurence", "lastoccurence", "classification", "uid", "calendartype") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) + primary 3 SAVEPOINT DOCTRINE_3 + primary 3 SELECT "id" FROM "oc_calendarobjects" WHERE ("uri" = :dcValue1) AND ("calendarid" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 3 DELETE FROM "oc_calendarobjects_props" WHERE ("objectid" = :dcValue1) AND ("calendarid" = :dcValue2) + primary 3 INSERT INTO "oc_calendarobjects_props" ("calendarid", "calendartype", "objectid", "name", "parameter", "value") VALUES(:dcValue1, :dcValue2, :dcValue3, :name, :parameter, :value) + primary 3 RELEASE SAVEPOINT DOCTRINE_3 + primary 3 SAVEPOINT DOCTRINE_3 + primary 3 SELECT "synctoken" FROM "oc_calendars" WHERE "id" = :dcValue1 + primary 3 INSERT INTO "oc_calendarchanges" ("uri", "synctoken", "calendarid", "operation", "calendartype", "created_at") VALUES(:uri, :dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 3 UPDATE "oc_calendars" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 + primary 3 RELEASE SAVEPOINT DOCTRINE_3 + primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 2 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" + primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm_pday", "default_alarm_fday", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 + primary 2 INSERT INTO "oc_calendar_reminders" ("calendar_id", "object_id", "uid", "is_recurring", "recurrence_id", "is_recurrence_exception", "event_hash", "alarm_hash", "type", "is_relative", "notification_date", "is_repeat_based") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) + primary 2 RELEASE SAVEPOINT DOCTRINE_2 + primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -2526,7 +2735,7 @@ ORDER BY name primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "checksum", "parent", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2548,10 +2757,9 @@ ORDER BY name primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "size", "unencrypted_size" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("parent" = :dcValue2) AND ("size" >= :dcValue3) + primary 0 SELECT "size", "unencrypted_size", "encrypted" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("parent" = :dcValue2) AND ("size" >= :dcValue3) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = MAX("mtime", :dcValue1), "etag" = :dcValue3 WHERE ("storage" = :dcValue2) AND ("path_hash" IN ('45b963397aa40d4a0063e0d85e4fe7a1', 'd41d8cd98f00b204e9800998ecf8427e')) @@ -2579,108 +2787,24 @@ ORDER BY name primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 1 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING primary 1 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 1 INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(:dcValue1, :dcValue2, :dcValue3) ON CONFLICT DO NOTHING primary 1 UPDATE "oc_filecache" SET "size" = :dcValue6, "checksum" = :dcValue7, "parent" = :dcValue8 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("size" <> :dcValue3) OR ("size" IS NULL)) OR (("checksum" <> :dcValue4) OR ("checksum" IS NULL)) OR (("parent" <> :dcValue5) OR ("parent" IS NULL))) primary 1 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 UPDATE "oc_file_locks" SET "lock" = :dcValue1 WHERE ("key" = :dcValue2) AND ("lock" = :dcValue3) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT COUNT(*) FROM "oc_calendars" WHERE ("principaluri" = :dcValue1) AND ("uri" <> :dcValue2) - primary 1 INSERT INTO "oc_calendars" ("principaluri", "uri", "synctoken", "transparent", "components", "displayname", "calendarcolor") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 - primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 1 SELECT COUNT(*) FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) - primary 1 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) - primary 1 INSERT INTO "oc_calendarobjects" ("calendarid", "uri", "calendardata", "lastmodified", "etag", "size", "componenttype", "firstoccurence", "lastoccurence", "classification", "uid", "calendartype") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) - primary 2 SAVEPOINT DOCTRINE_2 - primary 2 SELECT "id" FROM "oc_calendarobjects" WHERE ("uri" = :dcValue1) AND ("calendarid" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 2 DELETE FROM "oc_calendarobjects_props" WHERE ("objectid" = :dcValue1) AND ("calendarid" = :dcValue2) - primary 2 INSERT INTO "oc_calendarobjects_props" ("calendarid", "calendartype", "objectid", "name", "parameter", "value") VALUES(:dcValue1, :dcValue2, :dcValue3, :name, :parameter, :value) - primary 2 INSERT INTO "oc_calendarobjects_props" ("calendarid", "calendartype", "objectid", "name", "parameter", "value") VALUES(:dcValue1, :dcValue2, :dcValue3, :name, :parameter, :value) - primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 2 SAVEPOINT DOCTRINE_2 - primary 2 SELECT "synctoken" FROM "oc_calendars" WHERE "id" = :dcValue1 - primary 2 INSERT INTO "oc_calendarchanges" ("uri", "synctoken", "calendarid", "operation", "calendartype", "created_at") VALUES(:uri, :dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) - primary 2 UPDATE "oc_calendars" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 - primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 - primary 1 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 - primary 0 SELECT COUNT(*) FROM "oc_addressbooks" WHERE "principaluri" = :dcValue1 - primary 1 INSERT INTO "oc_addressbooks" ("uri", "displayname", "description", "principaluri", "synctoken") VALUES(:uri, :displayname, :description, :principaluri, :synctoken) - primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 1 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) - primary 1 INSERT INTO "oc_cards" ("carddata", "uri", "lastmodified", "addressbookid", "size", "etag", "uid") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) - primary 2 SAVEPOINT DOCTRINE_2 - primary 2 SELECT "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 2 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1777346566) - primary 2 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 - primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 2 SAVEPOINT DOCTRINE_2 - primary 2 SELECT "id" FROM "oc_cards" WHERE ("uri" = :dcValue1) AND ("addressbookid" = :dcValue2) - primary 2 DELETE FROM "oc_cards_properties" WHERE ("cardid" = :dcValue1) AND ("addressbookid" = :dcValue2) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 INSERT INTO "oc_cards_properties" ("addressbookid", "cardid", "name", "value", "preferred") VALUES(:dcValue1, :dcValue2, :name, :value, :preferred) - primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 1 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" - primary 1 SELECT "id", "addressbookid", "uri", "lastmodified", "etag", "size", "carddata", "uid" FROM "oc_cards" WHERE ("addressbookid" = :dcValue1) AND ("uri" = :dcValue2) LIMIT 1 - primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 - primary 2 SAVEPOINT DOCTRINE_2 - primary 2 INSERT INTO "oc_calendars" ("principaluri", "uri", "synctoken", "transparent", "components", "displayname", "calendarcolor") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7) - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 - primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 - primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 1 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 - primary 1 SELECT "c"."uri" AS "calendaruri", "co"."uri" AS "objecturi" FROM "oc_calendarobjects" "co" LEFT JOIN "oc_calendars" "c" ON "co"."calendarid" = "c"."id" WHERE ("c"."principaluri" = :dcValue1) AND ("co"."uid" = :dcValue2) AND ("co"."deleted_at" IS NULL) - primary 2 SAVEPOINT DOCTRINE_2 - primary 2 SELECT COUNT(*) FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NULL) - primary 2 SELECT * FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uid" = :dcValue2) AND ("calendartype" = :dcValue3) AND ("deleted_at" IS NOT NULL) - primary 2 INSERT INTO "oc_calendarobjects" ("calendarid", "uri", "calendardata", "lastmodified", "etag", "size", "componenttype", "firstoccurence", "lastoccurence", "classification", "uid", "calendartype") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) - primary 3 SAVEPOINT DOCTRINE_3 - primary 3 SELECT "id" FROM "oc_calendarobjects" WHERE ("uri" = :dcValue1) AND ("calendarid" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 3 DELETE FROM "oc_calendarobjects_props" WHERE ("objectid" = :dcValue1) AND ("calendarid" = :dcValue2) - primary 3 INSERT INTO "oc_calendarobjects_props" ("calendarid", "calendartype", "objectid", "name", "parameter", "value") VALUES(:dcValue1, :dcValue2, :dcValue3, :name, :parameter, :value) - primary 3 RELEASE SAVEPOINT DOCTRINE_3 - primary 3 SAVEPOINT DOCTRINE_3 - primary 3 SELECT "synctoken" FROM "oc_calendars" WHERE "id" = :dcValue1 - primary 3 INSERT INTO "oc_calendarchanges" ("uri", "synctoken", "calendarid", "operation", "calendartype", "created_at") VALUES(:uri, :dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) - primary 3 UPDATE "oc_calendars" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 - primary 3 RELEASE SAVEPOINT DOCTRINE_3 - primary 2 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 - primary 2 SELECT "principaluri", "access" FROM "oc_dav_shares" WHERE ("resourceid" = :dcValue1) AND ("type" = :dcValue2) AND ("access" <> :dcValue3) GROUP BY "principaluri", "access" - primary 2 SELECT "displayname", "description", "timezone", "calendarorder", "calendarcolor", "deleted_at", "default_alarm", "id", "uri", "synctoken", "components", "principaluri", "transparent" FROM "oc_calendars" WHERE "id" = :dcValue1 LIMIT 1 - primary 2 INSERT INTO "oc_calendar_reminders" ("calendar_id", "object_id", "uid", "is_recurring", "recurrence_id", "is_recurrence_exception", "event_hash", "alarm_hash", "type", "is_relative", "notification_date", "is_repeat_based") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) - primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) - primary 1 SELECT "id", "uri", "uid", "lastmodified", "etag", "calendarid", "size", "calendardata", "componenttype", "classification", "deleted_at" FROM "oc_calendarobjects" WHERE ("calendarid" = :dcValue1) AND ("uri" = :dcValue2) AND ("calendartype" = :dcValue3) + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -2690,8 +2814,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2700,10 +2825,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2712,7 +2837,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2723,8 +2848,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2733,10 +2859,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -2745,8 +2871,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2755,10 +2882,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -2767,8 +2894,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2777,10 +2905,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -2789,8 +2917,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2799,19 +2928,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2820,19 +2951,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 DELETE FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2841,19 +2974,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2862,10 +2997,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -2875,8 +3010,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2885,10 +3021,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -2896,8 +3032,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2906,10 +3043,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2918,7 +3055,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2929,8 +3066,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2939,10 +3077,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2951,7 +3089,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2962,8 +3100,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -2972,10 +3111,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2984,7 +3123,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -2995,8 +3134,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3005,10 +3145,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3017,7 +3157,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3028,8 +3168,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3038,10 +3179,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3050,8 +3191,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3060,10 +3202,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3072,8 +3214,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3082,10 +3225,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3094,8 +3237,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3104,19 +3248,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3125,19 +3271,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 DELETE FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3146,19 +3294,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3167,10 +3317,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -3180,8 +3330,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3190,10 +3341,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -3201,8 +3352,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3211,10 +3363,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3223,7 +3375,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3234,8 +3386,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3244,10 +3397,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3256,7 +3409,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3267,8 +3420,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3277,10 +3431,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3289,7 +3443,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3300,8 +3454,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3310,10 +3465,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3322,7 +3477,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3333,8 +3488,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3343,10 +3499,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3355,8 +3511,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3365,10 +3522,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3377,8 +3534,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3387,10 +3545,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3399,8 +3557,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3409,19 +3568,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3430,19 +3591,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 DELETE FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3451,17 +3614,19 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3470,19 +3635,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3491,10 +3658,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -3504,8 +3671,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3514,10 +3682,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -3525,8 +3693,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3535,10 +3704,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3547,7 +3716,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3558,8 +3727,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3568,10 +3738,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3580,7 +3750,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3591,8 +3761,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3601,10 +3772,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3613,7 +3784,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3624,8 +3795,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3634,10 +3806,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3646,7 +3818,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3657,8 +3829,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3667,10 +3840,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3679,8 +3852,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3689,10 +3863,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3701,8 +3875,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3711,10 +3886,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3723,8 +3898,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3733,19 +3909,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3754,16 +3932,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3772,19 +3952,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3793,10 +3975,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -3806,8 +3988,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3816,10 +3999,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -3827,8 +4010,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3837,10 +4021,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3849,7 +4033,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3860,8 +4044,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3870,10 +4055,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3882,7 +4067,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3893,8 +4078,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3903,10 +4089,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3915,7 +4101,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3926,8 +4112,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3936,10 +4123,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3948,7 +4135,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -3959,8 +4146,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3969,10 +4157,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -3981,8 +4169,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -3991,10 +4180,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4003,8 +4192,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4013,10 +4203,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4025,8 +4215,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4035,19 +4226,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4056,19 +4249,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 DELETE FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4077,19 +4272,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4098,10 +4295,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4111,8 +4308,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4121,10 +4319,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4132,8 +4330,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4142,10 +4341,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4154,7 +4353,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4165,8 +4364,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4175,10 +4375,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4187,7 +4387,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4198,8 +4398,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4208,10 +4409,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4220,7 +4421,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4231,8 +4432,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4241,10 +4443,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4253,7 +4455,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4264,8 +4466,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4274,10 +4477,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4286,8 +4489,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4296,10 +4500,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4308,8 +4512,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4318,10 +4523,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4330,8 +4535,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4340,19 +4546,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4361,19 +4569,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 primary 1 DELETE FROM "oc_notifications" WHERE "notification_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" IN (:dcValue1) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4382,19 +4592,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4403,10 +4615,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4414,8 +4626,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4424,10 +4637,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4435,8 +4648,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4445,10 +4659,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4457,7 +4671,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4468,8 +4682,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4478,10 +4693,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4490,7 +4705,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4501,8 +4716,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4511,10 +4727,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4523,7 +4739,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4534,8 +4750,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4544,10 +4761,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4556,7 +4773,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4567,8 +4784,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4577,10 +4795,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4589,8 +4807,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4599,10 +4818,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4611,8 +4830,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4621,10 +4841,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4633,8 +4853,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4643,19 +4864,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4664,19 +4887,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 primary 1 DELETE FROM "oc_notifications" WHERE "notification_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications_pushhash" WHERE "uid" IN (:dcValue1) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4685,19 +4910,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4706,10 +4933,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4717,8 +4944,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4727,10 +4955,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4738,8 +4966,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4748,10 +4977,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4760,7 +4989,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4771,8 +5000,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4781,10 +5011,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4793,7 +5023,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4804,8 +5034,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4814,10 +5045,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4826,8 +5057,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4836,19 +5068,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4857,17 +5091,19 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT "notification_id" FROM "oc_notifications" WHERE ("notification_id" IN (:dcValue1)) AND ("user" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4876,10 +5112,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4889,8 +5125,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4899,10 +5136,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -4910,8 +5147,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4920,10 +5158,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4932,7 +5170,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4943,8 +5181,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4953,10 +5192,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4965,7 +5204,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -4976,8 +5215,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -4986,10 +5226,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -4998,8 +5238,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5008,19 +5249,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5029,18 +5272,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5049,10 +5294,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5062,8 +5307,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5072,10 +5318,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5083,8 +5329,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5093,10 +5340,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5105,7 +5352,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5116,8 +5363,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5126,10 +5374,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5138,7 +5386,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5149,8 +5397,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5159,10 +5408,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -5171,8 +5420,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5181,19 +5431,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5202,18 +5454,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5222,10 +5476,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5235,8 +5489,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5245,10 +5500,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5256,8 +5511,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5266,10 +5522,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5278,7 +5534,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5289,8 +5545,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5299,10 +5556,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5311,7 +5568,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5322,8 +5579,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5332,10 +5590,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -5344,8 +5602,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5354,19 +5613,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5375,18 +5636,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5395,10 +5658,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5408,8 +5671,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5418,10 +5682,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5429,8 +5693,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5439,10 +5704,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5451,7 +5716,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5462,8 +5727,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5472,10 +5738,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5484,7 +5750,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5495,8 +5761,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5505,10 +5772,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -5517,8 +5784,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5527,19 +5795,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5548,18 +5818,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5568,10 +5840,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5581,8 +5853,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5591,10 +5864,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5602,8 +5875,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5612,10 +5886,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5624,7 +5898,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5635,8 +5909,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5645,10 +5920,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5657,7 +5932,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5668,8 +5943,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5678,16 +5954,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5696,10 +5974,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5707,8 +5985,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5717,10 +5996,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5728,8 +6007,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5738,10 +6018,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5750,7 +6030,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5761,8 +6041,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5771,10 +6052,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5783,7 +6064,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5794,8 +6075,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5804,16 +6086,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5822,10 +6106,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5833,8 +6117,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5843,10 +6128,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -5854,8 +6139,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5864,10 +6150,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5876,7 +6162,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5887,8 +6173,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5897,10 +6184,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5909,7 +6196,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -5920,8 +6207,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5930,16 +6218,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5948,16 +6238,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5966,16 +6258,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -5984,16 +6278,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6002,10 +6298,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6013,8 +6309,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6023,10 +6320,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6034,8 +6331,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6044,10 +6342,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6056,7 +6354,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6067,8 +6365,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6077,10 +6376,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6089,7 +6388,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6100,8 +6399,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6110,16 +6410,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6128,10 +6430,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6139,8 +6441,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6149,10 +6452,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6160,8 +6463,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6170,10 +6474,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6182,7 +6486,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6193,8 +6497,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6203,10 +6508,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6215,7 +6520,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6226,8 +6531,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6236,11 +6542,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -6251,8 +6558,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6260,11 +6568,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -6275,27 +6584,24 @@ ORDER BY name primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) ORDER BY "name" ASC + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("filecache"."parent" = :dcValue1) AND ("storage" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "size" = :dcValue4 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND (("size" <> :dcValue3) OR ("size" IS NULL)) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6307,7 +6613,6 @@ ORDER BY name primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12, :dcValue13) - primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 UPDATE "oc_filecache" SET "mtime" = :dcValue5, "storage_mtime" = :dcValue6 WHERE ("fileid" = :dcValue1) AND ("storage" = :dcValue2) AND ((("mtime" <> :dcValue3) OR ("mtime" IS NULL)) OR (("storage_mtime" <> :dcValue4) OR ("storage_mtime" IS NULL))) primary 0 SELECT "path" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("fileid" = :dcValue2) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6322,8 +6627,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6332,10 +6638,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6343,8 +6649,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6353,10 +6660,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6364,8 +6671,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6374,10 +6682,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6386,7 +6694,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6397,8 +6705,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6407,10 +6716,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6419,7 +6728,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6430,8 +6739,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6440,17 +6750,19 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6459,10 +6771,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6470,8 +6782,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6480,10 +6793,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6491,8 +6804,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6501,10 +6815,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6513,7 +6827,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6524,8 +6838,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6534,10 +6849,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6546,7 +6861,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6557,8 +6872,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6567,11 +6883,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -6581,8 +6898,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6590,11 +6908,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) @@ -6607,8 +6926,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6616,18 +6936,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 DELETE FROM "oc_notifications_pushhash" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6635,18 +6957,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 DELETE FROM "oc_notifications_pushhash" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6655,10 +6979,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6666,8 +6990,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6676,10 +7001,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6687,8 +7012,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6697,10 +7023,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6709,7 +7035,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6720,8 +7046,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6730,10 +7057,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6742,7 +7069,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6753,8 +7080,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6763,11 +7091,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -6777,8 +7106,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6786,18 +7116,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 DELETE FROM "oc_notifications_pushhash" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6806,10 +7138,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6817,8 +7149,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6827,10 +7160,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6838,8 +7171,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6848,10 +7182,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6860,7 +7194,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6871,8 +7205,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6881,10 +7216,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6893,7 +7228,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -6904,8 +7239,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6914,32 +7250,33 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) - primary 0 UPDATE "oc_preferences" SET "configvalue" = :dcValue1, "lazy" = :dcValue2, "type" = :dcValue3, "flags" = :dcValue4, "indexed" = :dcValue5 WHERE ("userid" = :dcValue6) AND ("appid" = :dcValue7) AND ("configkey" = :dcValue8) primary 1 SELECT * FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("version" = :dcValue2) LIMIT 1000 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6947,8 +7284,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6957,10 +7295,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -6968,8 +7306,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -6978,10 +7317,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6990,7 +7329,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7001,8 +7340,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7011,10 +7351,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7023,7 +7363,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7034,8 +7374,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7044,10 +7385,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7056,8 +7397,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7066,19 +7408,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7087,10 +7431,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7100,8 +7444,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7110,10 +7455,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7121,8 +7466,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7131,10 +7477,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7143,7 +7489,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7154,8 +7500,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7164,10 +7511,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7176,7 +7523,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7187,8 +7534,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7197,10 +7545,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7209,8 +7557,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7219,10 +7568,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7231,8 +7580,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7241,10 +7591,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7253,8 +7603,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7263,19 +7614,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7284,10 +7637,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7297,8 +7650,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7307,10 +7661,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7318,8 +7672,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7328,10 +7683,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7340,7 +7695,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7351,8 +7706,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7361,10 +7717,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7373,7 +7729,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7384,8 +7740,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7394,10 +7751,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7406,8 +7763,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7416,10 +7774,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7428,8 +7786,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7438,10 +7797,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7450,8 +7809,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7460,19 +7820,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7481,19 +7843,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7502,10 +7866,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7515,8 +7879,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7525,10 +7890,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7536,8 +7901,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7546,10 +7912,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7558,7 +7924,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7569,8 +7935,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7579,10 +7946,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7591,7 +7958,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7602,8 +7969,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7612,10 +7980,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7624,8 +7992,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7634,10 +8003,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7646,20 +8015,22 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 0 UPDATE "oc_preferences" SET "configvalue" = :dcValue1, "lazy" = :dcValue5, "type" = :dcValue6, "flags" = :dcValue7, "indexed" = :dcValue8 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4) primary 1 SELECT * FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("version" = :dcValue2) LIMIT 1000 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7668,8 +8039,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7678,19 +8050,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7699,19 +8073,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7720,10 +8096,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7733,8 +8109,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7743,10 +8120,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7754,8 +8131,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7764,10 +8142,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7776,7 +8154,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7787,8 +8165,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7797,10 +8176,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7809,7 +8188,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7820,8 +8199,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7830,19 +8210,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7851,10 +8233,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7862,8 +8244,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7872,10 +8255,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -7883,8 +8266,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7893,10 +8277,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7905,7 +8289,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7916,8 +8300,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7926,10 +8311,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7938,7 +8323,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -7949,8 +8334,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7959,10 +8345,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -7971,8 +8357,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -7981,19 +8368,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8002,10 +8391,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8015,8 +8404,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8025,10 +8415,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8036,8 +8426,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8046,10 +8437,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8058,7 +8449,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8069,8 +8460,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8079,10 +8471,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8091,7 +8483,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8102,8 +8494,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8112,10 +8505,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8124,8 +8517,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8134,10 +8528,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8146,8 +8540,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8156,10 +8551,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8168,8 +8563,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8178,19 +8574,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8199,10 +8597,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8212,8 +8610,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8222,10 +8621,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8233,8 +8632,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8243,10 +8643,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8255,7 +8655,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8266,8 +8666,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8276,10 +8677,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8288,7 +8689,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8299,8 +8700,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8309,10 +8711,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8321,8 +8723,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8331,10 +8734,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8343,8 +8746,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8353,10 +8757,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8365,30 +8769,32 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) - primary 0 UPDATE "oc_preferences" SET "configvalue" = :dcValue1, "lazy" = :dcValue2, "type" = :dcValue3, "flags" = :dcValue4, "indexed" = :dcValue5 WHERE ("userid" = :dcValue6) AND ("appid" = :dcValue7) AND ("configkey" = :dcValue8) primary 1 SELECT * FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("version" = :dcValue2) LIMIT 1000 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8397,19 +8803,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8418,10 +8826,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8431,8 +8839,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8441,10 +8850,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8452,8 +8861,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8462,10 +8872,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8474,7 +8884,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8485,8 +8895,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8495,10 +8906,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8507,7 +8918,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8518,8 +8929,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8528,10 +8940,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8540,8 +8952,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8550,10 +8963,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8562,8 +8975,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8572,10 +8986,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 INSERT INTO "oc_notifications" ("app", "user", "timestamp", "object_type", "object_id", "subject", "subject_parameters", "message", "message_parameters", "link", "icon", "actions") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8, :dcValue9, :dcValue10, :dcValue11, :dcValue12) @@ -8584,8 +8998,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8594,19 +9009,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8615,19 +9032,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 ORDER BY "notification_id" DESC LIMIT 25 primary 0 SELECT "name" FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("last_activity" >= :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8636,10 +9055,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8649,8 +9068,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8659,10 +9079,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8670,8 +9090,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8680,10 +9101,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8692,7 +9113,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8703,8 +9124,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8713,10 +9135,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8725,7 +9147,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8736,15 +9158,17 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 INSERT INTO "oc_appconfig" ("appid", "lazy", "type", "configkey", "configvalue") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) + primary 0 INSERT INTO "oc_appconfig" ("appid", "configkey", "configvalue", "lazy", "type") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8753,16 +9177,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8771,10 +9197,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8782,8 +9208,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8792,10 +9219,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8803,8 +9230,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8813,10 +9241,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8825,7 +9253,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8836,8 +9264,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8846,10 +9275,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8858,7 +9287,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8869,14 +9298,16 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8885,11 +9316,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -8899,8 +9331,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8908,16 +9341,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8926,10 +9361,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8937,8 +9372,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8947,10 +9383,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -8958,8 +9394,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -8968,10 +9405,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8980,7 +9417,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -8991,8 +9428,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9001,10 +9439,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9013,7 +9451,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9024,14 +9462,16 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9040,11 +9480,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -9054,8 +9495,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9063,16 +9505,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9081,10 +9525,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9092,8 +9536,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9102,10 +9547,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9113,8 +9558,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9123,10 +9569,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9135,7 +9581,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9146,8 +9592,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9156,10 +9603,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9168,7 +9615,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9179,27 +9626,31 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) + primary 0 UPDATE "oc_preferences" SET "configvalue" = :dcValue1, "lazy" = :dcValue5, "type" = :dcValue6, "flags" = :dcValue7, "indexed" = :dcValue8 WHERE ("userid" = :dcValue2) AND ("appid" = :dcValue3) AND ("configkey" = :dcValue4) primary 1 SELECT * FROM "oc_authtoken" WHERE ("uid" = :dcValue1) AND ("version" = :dcValue2) LIMIT 1000 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -9209,8 +9660,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9218,16 +9670,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9236,10 +9690,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9247,8 +9701,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9257,10 +9712,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9268,8 +9723,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9278,10 +9734,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9290,7 +9746,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9301,8 +9757,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9311,10 +9768,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9323,7 +9780,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9334,14 +9791,16 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9350,11 +9809,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -9364,8 +9824,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9373,11 +9834,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) AND ("endpoint" = :dcValue3) AND ("ua_public" = :dcValue4) AND ("auth" = :dcValue5) AND ("activated" = :dcValue6) primary 0 DELETE FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) @@ -9385,8 +9847,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9395,18 +9858,19 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "activation_token" FROM "oc_notifications_webpush" WHERE "uid" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9414,19 +9878,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) - primary 0 UPDATE "oc_notifications_webpush" SET "activated" = :dcValue3 WHERE ("uid" = :dcValue4) AND ("token" = :dcValue5) AND ("activation_token" = :dcValue6) + primary 0 UPDATE "oc_notifications_webpush" SET "activated" = :dcValue1 WHERE ("uid" = :dcValue2) AND ("token" = :dcValue3) AND ("activation_token" = :dcValue4) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9434,18 +9900,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 DELETE FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9453,18 +9921,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 DELETE FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9473,10 +9943,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9484,8 +9954,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9494,10 +9965,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9505,8 +9976,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9515,10 +9987,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9527,7 +9999,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9538,8 +10010,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9548,10 +10021,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9560,7 +10033,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9571,14 +10044,16 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9587,11 +10062,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -9601,8 +10077,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9610,11 +10087,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) AND ("endpoint" = :dcValue3) AND ("ua_public" = :dcValue4) AND ("auth" = :dcValue5) AND ("activated" = :dcValue6) primary 0 DELETE FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) @@ -9622,8 +10100,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9631,19 +10110,21 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) - primary 0 UPDATE "oc_notifications_webpush" SET "activated" = :dcValue3 WHERE ("uid" = :dcValue4) AND ("token" = :dcValue5) AND ("activation_token" = :dcValue6) + primary 0 UPDATE "oc_notifications_webpush" SET "activated" = :dcValue1 WHERE ("uid" = :dcValue2) AND ("token" = :dcValue3) AND ("activation_token" = :dcValue4) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9652,10 +10133,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9663,8 +10144,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9673,10 +10155,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9684,8 +10166,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9694,10 +10177,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9706,7 +10189,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9717,8 +10200,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9727,10 +10211,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9739,7 +10223,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9750,14 +10234,16 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9766,11 +10252,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -9780,8 +10267,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9789,18 +10277,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9809,10 +10299,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9820,8 +10310,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9830,10 +10321,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9841,8 +10332,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9851,10 +10343,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9863,7 +10355,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9874,8 +10366,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9884,10 +10377,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9896,7 +10389,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -9907,14 +10400,16 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9923,11 +10418,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -9937,8 +10433,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9946,18 +10443,20 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) primary 0 DELETE FROM "oc_notifications_webpush" WHERE ("uid" = :dcValue1) AND ("token" = :dcValue2) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9966,10 +10465,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9977,8 +10476,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -9987,10 +10487,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -9998,8 +10498,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10008,10 +10509,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10020,7 +10521,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -10031,8 +10532,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10041,10 +10543,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10053,7 +10555,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -10064,21 +10566,24 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue2, "type" = :dcValue3 WHERE ("appid" = :dcValue4) AND ("configkey" = :dcValue5) + primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue4, "type" = :dcValue5 WHERE ("appid" = :dcValue2) AND ("configkey" = :dcValue3) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10087,11 +10592,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -10101,8 +10607,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10110,16 +10617,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10128,10 +10637,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -10139,8 +10648,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10149,10 +10659,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -10160,8 +10670,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10170,10 +10681,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10182,7 +10693,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -10193,8 +10704,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10203,10 +10715,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10215,7 +10727,7 @@ ORDER BY name primary 0 SELECT "data" FROM "oc_accounts" WHERE "uid" = :uid primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -10226,15 +10738,17 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue2, "type" = :dcValue3 WHERE ("appid" = :dcValue4) AND ("configkey" = :dcValue5) + primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue4, "type" = :dcValue5 WHERE ("appid" = :dcValue2) AND ("configkey" = :dcValue3) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10243,11 +10757,12 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -10257,8 +10772,9 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10266,16 +10782,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10283,16 +10801,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -10300,16 +10820,18 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 + primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 0 SELECT "provider_id", "enabled" FROM "oc_twofactor_providers" WHERE "uid" = :dcValue1 @@ -10318,10 +10840,10 @@ ORDER BY name primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) - primary 0 SELECT "id", "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "id", "remote", "refresh_token", "password", "access_token", "access_token_expires", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("s"."share_type" = :dcValue1) AND ("s"."share_with" IN (:dcValue2)) AND ("s"."item_type" IN (:dcValue3)) primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 0 SELECT * FROM "oc_notifications" @@ -10329,6 +10851,7 @@ ORDER BY name primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL + primary 0 PRAGMA foreign_keys = true primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" - primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue2, "type" = :dcValue3 WHERE ("appid" = :dcValue4) AND ("configkey" = :dcValue5) + primary 0 SELECT "class", "entity", "events" FROM (SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1) "sub" GROUP BY "class", "entity", "events" + primary 0 UPDATE "oc_appconfig" SET "configvalue" = :dcValue1, "lazy" = :dcValue4, "type" = :dcValue5 WHERE ("appid" = :dcValue2) AND ("configkey" = :dcValue3)