From 74b03491e22aa4c0f7ce4e59f55167de28fc6c16 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 9 Apr 2025 09:32:54 +0200 Subject: [PATCH 1/2] ci: Fix typo in performance integration test run Signed-off-by: Joas Schilling --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index bb83b34c3..486d93b6b 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -130,7 +130,7 @@ jobs: mkdir data ./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin ./occ app:enable --force ${{ env.APP_NAME }} - ./occ app:disable webhoook_listeners + ./occ app:disable webhook_listeners ./occ background:cron ./occ config:system:set query_log_file --value "$PWD/query.log" From 2714018f9de87da711baf131cb95a5eff9a1ff03 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 9 Apr 2025 09:58:20 +0200 Subject: [PATCH 2/2] ci: Adjust query count and sample query list Signed-off-by: Joas Schilling --- tests/Integration/base-query-count.txt | 2 +- tests/Integration/base-query-list.txt | 2419 ++++++++++-------------- 2 files changed, 1045 insertions(+), 1376 deletions(-) diff --git a/tests/Integration/base-query-count.txt b/tests/Integration/base-query-count.txt index f7633a96f..b7d95b3b8 100644 --- a/tests/Integration/base-query-count.txt +++ b/tests/Integration/base-query-count.txt @@ -1 +1 @@ -8900 +8600 diff --git a/tests/Integration/base-query-list.txt b/tests/Integration/base-query-list.txt index c47d9ebf3..32fca0a1b 100644 --- a/tests/Integration/base-query-list.txt +++ b/tests/Integration/base-query-list.txt @@ -2,13 +2,11 @@ primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 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 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT 'main' primary 0 SELECT name AS table_name @@ -31,25 +29,21 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 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 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 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 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 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 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -66,10 +60,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) @@ -88,7 +82,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -101,10 +94,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -112,7 +105,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -125,10 +117,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -138,11 +130,6 @@ ORDER BY name primary 1 INSERT INTO "oc_users" ("uid", "password", "uid_lower") VALUES(:dcValue1, :dcValue2, :dcValue3) primary 1 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 - primary 2 SAVEPOINT DOCTRINE_2 - primary 2 INSERT INTO "oc_addressbooks" ("uri", "displayname", "description", "principaluri", "synctoken") VALUES(:uri, :displayname, :description, :principaluri, :synctoken) - primary 2 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 - primary 2 RELEASE SAVEPOINT DOCTRINE_2 - primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE ("uri" = :dcValue1) AND ("principaluri" = :dcValue2) LIMIT 1 primary 0 SELECT "appid", "configkey", "configvalue", "type", "flags" FROM "oc_preferences" WHERE ("userid" = :dcValue1) AND ("lazy" = :dcValue2) primary 1 SELECT "id", "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 @@ -250,7 +237,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, 1740434545) + primary 3 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1744185822) primary 3 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 3 RELEASE SAVEPOINT DOCTRINE_3 primary 3 SAVEPOINT DOCTRINE_3 @@ -287,7 +274,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -317,9 +303,9 @@ ORDER BY name 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 "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + 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 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) @@ -445,7 +431,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -458,10 +443,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -473,8 +458,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -485,7 +470,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -498,10 +482,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -512,7 +496,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -525,9 +508,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -537,7 +520,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -550,9 +532,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -561,7 +543,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -574,10 +555,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -587,7 +568,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -600,10 +580,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -611,7 +591,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -624,10 +603,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -639,8 +618,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -651,7 +630,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -664,10 +642,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -679,8 +657,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -691,7 +669,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -704,10 +681,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -718,7 +695,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -731,9 +707,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -743,7 +719,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -756,9 +731,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -767,7 +742,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -780,10 +754,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -793,7 +767,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -806,10 +779,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -817,7 +790,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -830,10 +802,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -845,8 +817,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -857,7 +829,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -870,10 +841,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -885,8 +856,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -897,7 +868,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 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) @@ -908,7 +878,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -921,9 +890,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -933,7 +902,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -946,9 +914,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -957,7 +925,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 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) @@ -969,7 +936,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -982,9 +948,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -994,7 +960,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1007,9 +972,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -1018,7 +983,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 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) @@ -1028,7 +992,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1041,9 +1004,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -1053,7 +1016,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1066,10 +1028,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1077,7 +1039,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1090,10 +1051,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1101,7 +1062,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1114,10 +1074,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1129,8 +1089,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1141,7 +1101,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1154,10 +1113,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1169,8 +1128,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1181,7 +1140,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1194,10 +1152,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1207,7 +1165,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1220,10 +1177,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1233,7 +1190,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1246,10 +1202,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1259,7 +1215,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1272,9 +1227,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -1284,7 +1239,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1297,9 +1251,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -1309,7 +1263,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1322,9 +1275,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -1334,7 +1287,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1347,10 +1299,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1360,7 +1312,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1373,10 +1324,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1384,7 +1335,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1397,10 +1347,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1412,8 +1362,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1424,7 +1374,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1437,10 +1386,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1452,8 +1401,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1464,7 +1413,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1477,10 +1425,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1490,7 +1438,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1503,10 +1450,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1516,7 +1463,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1529,10 +1475,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1542,7 +1488,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1555,9 +1500,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -1567,7 +1512,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1580,9 +1524,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -1592,7 +1536,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1605,9 +1548,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -1615,7 +1558,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1628,9 +1570,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -1640,7 +1582,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1653,10 +1594,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1666,7 +1607,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1679,10 +1619,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1690,7 +1630,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1703,10 +1642,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1718,8 +1657,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1730,7 +1669,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1743,10 +1681,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1758,8 +1696,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1770,7 +1708,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1783,10 +1720,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1796,7 +1733,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1809,10 +1745,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1822,7 +1758,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1835,10 +1770,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -1848,7 +1783,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1861,9 +1795,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -1873,7 +1807,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1886,16 +1819,15 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1908,9 +1840,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -1920,7 +1852,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1933,10 +1864,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1946,7 +1877,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1959,10 +1889,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -1970,7 +1900,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -1983,10 +1912,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -1998,8 +1927,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2010,7 +1939,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2023,10 +1951,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2038,8 +1966,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2050,7 +1978,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2063,10 +1990,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2076,7 +2003,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2089,10 +2015,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2102,7 +2028,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2115,10 +2040,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2128,7 +2053,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2141,9 +2065,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -2153,7 +2077,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2166,9 +2089,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -2178,7 +2101,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2191,9 +2113,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -2203,7 +2125,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2216,10 +2137,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -2229,7 +2150,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2242,10 +2162,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -2253,7 +2173,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2266,10 +2185,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2281,8 +2200,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2293,7 +2212,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2306,10 +2224,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2321,8 +2239,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2333,7 +2251,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2346,10 +2263,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2359,7 +2276,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2372,10 +2288,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2385,7 +2301,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2398,10 +2313,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2411,7 +2326,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2424,9 +2338,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -2436,7 +2350,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2449,9 +2362,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 @@ -2461,7 +2374,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2474,9 +2386,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -2486,7 +2398,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2499,10 +2410,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -2510,7 +2421,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2523,10 +2433,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -2534,7 +2444,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2547,10 +2456,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2562,8 +2471,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2574,7 +2483,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2587,10 +2495,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2602,8 +2510,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2614,7 +2522,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2627,10 +2534,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2638,7 +2545,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2651,10 +2557,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -2733,7 +2639,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, 1740434559) + primary 3 INSERT INTO "oc_addressbookchanges" ("uri", "synctoken", "addressbookid", "operation", "created_at") VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, 1744185837) primary 3 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 3 RELEASE SAVEPOINT DOCTRINE_3 primary 3 SAVEPOINT DOCTRINE_3 @@ -2764,7 +2670,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2794,9 +2699,9 @@ ORDER BY name 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 "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + 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 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) @@ -2922,7 +2827,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2935,10 +2839,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -2950,8 +2854,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2962,7 +2866,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -2975,10 +2878,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -2988,7 +2891,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3001,10 +2903,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3014,7 +2916,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3027,10 +2928,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3040,7 +2941,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3053,9 +2953,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -3065,7 +2965,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3078,9 +2977,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -3090,7 +2989,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3103,9 +3001,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -3115,7 +3013,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3128,10 +3025,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -3141,7 +3038,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3154,10 +3050,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -3165,7 +3061,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3178,10 +3073,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3193,8 +3088,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3205,7 +3100,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3218,10 +3112,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3233,8 +3127,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3245,7 +3139,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3258,10 +3151,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3273,8 +3166,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3285,7 +3178,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3298,10 +3190,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3313,8 +3205,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3325,7 +3217,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3338,10 +3229,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3351,7 +3242,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3364,10 +3254,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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,7 +3267,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3390,10 +3279,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3403,7 +3292,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3416,9 +3304,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -3428,7 +3316,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3441,9 +3328,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -3453,7 +3340,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3466,9 +3352,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -3478,7 +3364,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3491,10 +3376,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -3504,7 +3389,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3517,10 +3401,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -3528,7 +3412,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3541,10 +3424,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3556,8 +3439,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3568,7 +3451,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3581,10 +3463,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3596,8 +3478,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3608,7 +3490,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3621,10 +3502,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3636,8 +3517,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3648,7 +3529,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3661,10 +3541,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3676,8 +3556,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3688,7 +3568,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3701,10 +3580,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3714,7 +3593,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3727,10 +3605,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3740,7 +3618,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3753,10 +3630,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3766,7 +3643,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3779,9 +3655,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -3791,7 +3667,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3804,9 +3679,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -3816,7 +3691,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3829,9 +3703,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -3839,7 +3713,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3852,9 +3725,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -3864,7 +3737,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3877,10 +3749,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -3890,7 +3762,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3903,10 +3774,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -3914,7 +3785,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3927,10 +3797,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3942,8 +3812,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3954,7 +3824,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -3967,10 +3836,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -3982,8 +3851,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -3994,7 +3863,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4007,10 +3875,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4022,8 +3890,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4034,7 +3902,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4047,10 +3914,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4062,8 +3929,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4074,7 +3941,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4087,10 +3953,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4100,7 +3966,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4113,10 +3978,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4126,7 +3991,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4139,10 +4003,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4152,7 +4016,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4165,9 +4028,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -4177,7 +4040,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4190,16 +4052,15 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4212,9 +4073,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -4224,7 +4085,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4237,10 +4097,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -4250,7 +4110,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4263,10 +4122,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -4274,7 +4133,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4287,10 +4145,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4302,8 +4160,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4314,7 +4172,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4327,10 +4184,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4342,8 +4199,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4354,7 +4211,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4367,10 +4223,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4382,8 +4238,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4394,7 +4250,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4407,10 +4262,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4422,8 +4277,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4434,7 +4289,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4447,10 +4301,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4460,7 +4314,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4473,10 +4326,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4486,7 +4339,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4499,10 +4351,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4512,7 +4364,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4525,9 +4376,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -4537,7 +4388,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4550,9 +4400,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -4562,7 +4412,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4575,9 +4424,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -4587,7 +4436,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4600,10 +4448,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -4613,7 +4461,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4626,10 +4473,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -4637,7 +4484,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4650,10 +4496,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4665,8 +4511,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4677,7 +4523,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4690,10 +4535,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4705,8 +4550,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4717,7 +4562,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4730,10 +4574,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4745,8 +4589,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4757,7 +4601,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4770,10 +4613,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -4785,8 +4628,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4797,7 +4640,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4810,10 +4652,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4823,7 +4665,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4836,10 +4677,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4849,7 +4690,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4862,10 +4702,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -4875,7 +4715,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4888,9 +4727,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -4900,7 +4739,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4913,9 +4751,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 @@ -4925,7 +4763,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4938,9 +4775,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -4950,7 +4787,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4963,10 +4799,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -4974,7 +4810,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -4987,10 +4822,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -4998,7 +4833,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5011,10 +4845,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5026,8 +4860,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5038,7 +4872,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5051,10 +4884,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5066,8 +4899,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5078,7 +4911,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5091,10 +4923,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5106,8 +4938,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5118,7 +4950,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5131,10 +4962,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5146,8 +4977,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5158,7 +4989,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5171,10 +5001,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5184,7 +5014,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5197,10 +5026,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5210,7 +5039,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5223,10 +5051,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5236,7 +5064,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5249,9 +5076,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -5261,7 +5088,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5274,9 +5100,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE "user" = :dcValue1 @@ -5286,7 +5112,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5299,9 +5124,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -5311,7 +5136,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5324,10 +5148,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5335,7 +5159,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5348,10 +5171,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5359,7 +5182,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5372,10 +5194,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5387,8 +5209,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5399,7 +5221,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5412,10 +5233,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5427,8 +5248,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5439,7 +5260,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5452,10 +5272,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5465,7 +5285,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5478,9 +5297,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -5490,7 +5309,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5503,9 +5321,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "notification_id" FROM "oc_notifications" WHERE ("notification_id" IN (:dcValue1)) AND ("user" = :dcValue2) @@ -5513,7 +5331,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5526,10 +5343,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5539,7 +5356,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5552,10 +5368,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5563,7 +5379,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5576,10 +5391,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5591,8 +5406,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5603,7 +5418,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5616,10 +5430,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5631,8 +5445,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5643,7 +5457,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5656,10 +5469,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5669,7 +5482,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5682,9 +5494,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -5694,7 +5506,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5707,9 +5518,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -5718,7 +5529,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5731,10 +5541,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5744,7 +5554,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5757,10 +5566,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5768,7 +5577,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5781,10 +5589,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5796,8 +5604,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5808,7 +5616,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5821,10 +5628,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -5836,8 +5643,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5848,7 +5655,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5861,10 +5667,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -5874,7 +5680,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5887,9 +5692,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -5899,7 +5704,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5912,9 +5716,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -5923,7 +5727,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5936,10 +5739,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5949,7 +5752,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5962,10 +5764,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -5973,7 +5775,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -5986,10 +5787,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6001,8 +5802,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6013,7 +5814,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6026,10 +5826,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6041,8 +5841,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6053,7 +5853,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6066,10 +5865,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6079,7 +5878,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6092,9 +5890,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -6104,7 +5902,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6117,9 +5914,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -6128,7 +5925,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6141,10 +5937,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6154,7 +5950,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6167,10 +5962,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6178,7 +5973,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6191,10 +5985,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6206,8 +6000,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6218,7 +6012,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6231,10 +6024,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6246,8 +6039,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6258,7 +6051,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6271,10 +6063,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6284,7 +6076,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6297,9 +6088,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -6309,7 +6100,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6322,9 +6112,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" WHERE ("notification_id" = :dcValue1) AND ("user" = :dcValue2) @@ -6333,7 +6123,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6346,10 +6135,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6359,7 +6148,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6372,10 +6160,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6383,7 +6171,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6396,10 +6183,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6411,8 +6198,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6423,7 +6210,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6436,10 +6222,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6451,8 +6237,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6463,7 +6249,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6476,16 +6261,15 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6498,10 +6282,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6509,7 +6293,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6522,10 +6305,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6533,7 +6316,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6546,10 +6328,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6561,8 +6343,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6573,7 +6355,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6586,10 +6367,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6601,8 +6382,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6613,7 +6394,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6626,16 +6406,15 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6648,10 +6427,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6659,7 +6438,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6672,10 +6450,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6683,7 +6461,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6696,10 +6473,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6711,8 +6488,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6723,7 +6500,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6736,10 +6512,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6751,8 +6527,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6763,7 +6539,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6776,16 +6551,15 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6798,10 +6572,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6809,7 +6583,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6822,10 +6595,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6833,7 +6606,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6846,10 +6618,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6861,8 +6633,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6873,7 +6645,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6886,10 +6657,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -6901,8 +6672,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -6913,7 +6684,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6926,16 +6696,15 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 PRAGMA read_uncommitted = 1 primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6948,10 +6717,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6959,7 +6728,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6972,10 +6740,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -6983,7 +6751,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -6996,10 +6763,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7011,8 +6778,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7023,7 +6790,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7036,10 +6802,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7051,8 +6817,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7063,7 +6829,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7076,9 +6841,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -7092,7 +6857,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7104,9 +6868,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) @@ -7161,7 +6925,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7174,10 +6937,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7185,7 +6948,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7198,10 +6960,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7209,7 +6971,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7222,10 +6983,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7237,8 +6998,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7249,7 +7010,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7262,10 +7022,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7277,8 +7037,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7289,7 +7049,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7302,9 +7061,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) @@ -7312,7 +7071,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7325,10 +7083,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7336,7 +7094,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7349,10 +7106,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7360,7 +7117,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7373,10 +7129,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7388,8 +7144,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7400,7 +7156,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7413,10 +7168,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7428,8 +7183,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7440,7 +7195,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7453,9 +7207,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -7468,7 +7222,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7480,9 +7233,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) @@ -7498,7 +7251,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7510,9 +7262,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) @@ -7521,7 +7273,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7533,9 +7284,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) @@ -7544,7 +7295,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7557,10 +7307,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7568,7 +7318,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7581,10 +7330,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7592,7 +7341,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7605,10 +7353,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7620,8 +7368,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7632,7 +7380,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7645,10 +7392,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7660,8 +7407,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7672,7 +7419,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7685,9 +7431,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) @@ -7700,7 +7446,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7712,9 +7457,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_authtoken" WHERE ("id" = :dcValue1) AND ("version" = :dcValue2) @@ -7723,7 +7468,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7736,10 +7480,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7747,7 +7491,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7760,10 +7503,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7771,7 +7514,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7784,10 +7526,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7799,8 +7541,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7811,7 +7553,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7824,10 +7565,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7839,8 +7580,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7851,7 +7592,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7864,9 +7604,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -7876,7 +7616,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7889,10 +7628,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7900,7 +7639,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7913,10 +7651,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -7924,7 +7662,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7937,10 +7674,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7952,8 +7689,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -7964,7 +7701,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -7977,10 +7713,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -7992,8 +7728,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8004,7 +7740,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8017,10 +7752,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8030,7 +7765,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8043,9 +7777,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -8055,7 +7789,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8068,10 +7801,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8081,7 +7814,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8094,10 +7826,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8105,7 +7837,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8118,10 +7849,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8133,8 +7864,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8145,7 +7876,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8158,10 +7888,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8173,8 +7903,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8185,7 +7915,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8198,10 +7927,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8211,7 +7940,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8224,10 +7952,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8237,7 +7965,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8250,10 +7977,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8263,7 +7990,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8276,9 +8002,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -8288,7 +8014,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8301,10 +8026,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8314,7 +8039,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8327,10 +8051,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8338,7 +8062,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8351,10 +8074,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8366,8 +8089,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8378,7 +8101,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8391,10 +8113,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8406,8 +8128,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8418,7 +8140,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8431,10 +8152,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8444,7 +8165,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8457,10 +8177,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8470,23 +8190,23 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 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 SELECT * FROM "oc_notifications_settings" WHERE "user_id" = :dcValue1 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8496,7 +8216,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8509,9 +8228,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -8521,7 +8240,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8534,9 +8252,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -8546,24 +8264,22 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) primary 0 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 SELECT * FROM "oc_notifications_settings" WHERE "user_id" = :dcValue1 primary 0 DELETE FROM "oc_bruteforce_attempts" WHERE ("subnet" = :dcValue1) AND ("action" = :dcValue2) AND ("metadata" = :dcValue3) primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8573,7 +8289,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8586,10 +8301,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8597,7 +8312,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8610,10 +8324,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8625,8 +8339,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8637,7 +8351,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8650,10 +8363,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8665,8 +8378,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8677,7 +8390,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8690,10 +8402,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8703,7 +8415,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8716,10 +8427,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8729,7 +8440,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8742,10 +8452,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8755,7 +8465,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8768,9 +8477,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -8780,7 +8489,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8793,9 +8501,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -8805,7 +8513,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8818,10 +8525,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8831,7 +8538,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8844,10 +8550,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8855,7 +8561,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8868,10 +8573,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8883,8 +8588,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8895,7 +8600,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8908,10 +8612,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -8923,8 +8627,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -8935,7 +8639,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8948,9 +8651,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -8960,7 +8663,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8973,10 +8675,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -8984,7 +8686,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8997,10 +8698,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9008,7 +8709,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9021,10 +8721,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9036,8 +8736,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9048,7 +8748,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9061,10 +8760,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9076,8 +8775,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9088,7 +8787,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9101,10 +8799,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9114,7 +8812,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9127,9 +8824,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -9139,7 +8836,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9152,10 +8848,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9165,7 +8861,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9178,10 +8873,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9189,7 +8884,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9202,10 +8896,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9217,8 +8911,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9229,7 +8923,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9242,10 +8935,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9257,8 +8950,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9269,7 +8962,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9282,10 +8974,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9295,7 +8987,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9308,10 +8999,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9321,7 +9012,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9334,10 +9024,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9347,7 +9037,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9360,9 +9049,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -9372,7 +9061,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9385,10 +9073,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9398,7 +9086,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9411,10 +9098,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9422,7 +9109,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9435,10 +9121,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9450,8 +9136,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9462,7 +9148,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9475,10 +9160,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9490,8 +9175,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9502,7 +9187,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9515,10 +9199,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9528,7 +9212,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9541,10 +9224,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9554,7 +9237,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9567,10 +9249,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9580,7 +9262,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9593,9 +9274,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -9605,7 +9286,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9618,9 +9298,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -9630,7 +9310,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9643,10 +9322,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9656,7 +9335,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9669,10 +9347,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9680,7 +9358,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9693,10 +9370,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9708,8 +9385,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9720,7 +9397,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9733,10 +9409,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 @@ -9748,8 +9424,8 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9760,7 +9436,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9773,10 +9448,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9786,7 +9461,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9799,10 +9473,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9812,7 +9486,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9825,10 +9498,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) 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) @@ -9838,7 +9511,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9851,9 +9523,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -9863,7 +9535,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9876,9 +9547,9 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."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, :dcValue4)) + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_user_status" WHERE "user_id" IN (:dcValue1) @@ -9888,7 +9559,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -9901,10 +9571,10 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC - primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3, :dcValue4)) + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" IN (:dcValue2)) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC + primary 0 SELECT * FROM "oc_share" WHERE ("share_with" = :dcValue1) AND ("share_type" = :dcValue2) AND ("item_type" IN (:dcValue3)) primary 0 SELECT "storage_id", "root_id", "user_id", "mount_point", "mount_id", "mount_provider_class" FROM "oc_mounts" "m" WHERE "user_id" = :dcValue1 primary 1 INSERT INTO "oc_mounts" ("storage_id","root_id","user_id","mount_point","mount_id","mount_provider_class") SELECT ?,?,?,?,?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_mounts" WHERE "root_id" = ? AND "user_id" = ? AND "mount_point" = ?) primary 0 SELECT * FROM "oc_notifications" @@ -9914,6 +9584,5 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' 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)