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" 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..ba4e5aea3 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,18 +94,18 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."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 + primary 0 SELECT "userid" FROM "oc_preferences" WHERE ("appid" = :dcValue1) AND ("configkey" = :dcValue2) AND (("indexed" = :dcValue3) OR ((("flags" & 2) <> :dcValue4) AND ("configvalue" = :dcValue5))) 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) @@ -125,24 +118,20 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."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) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "class" FROM "oc_authorized_groups" "auth" WHERE "group_id" IN (:dcValue1) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 + primary 0 SELECT "userid" FROM "oc_preferences" WHERE ("appid" = :dcValue1) AND ("configkey" = :dcValue2) AND (("indexed" = :dcValue3) OR ((("flags" & 2) <> :dcValue4) AND ("configvalue" = :dcValue5))) 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 @@ -163,7 +152,6 @@ ORDER BY name primary 1 INSERT INTO "oc_accounts_data" ("uid", "name", "value") VALUES(:dcValue1, :name, :value) primary 1 INSERT INTO "oc_accounts_data" ("uid", "name", "value") VALUES(:dcValue1, :name, :value) primary 1 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 - primary 1 INSERT INTO "oc_storages" ("id","available") SELECT ?,? WHERE NOT EXISTS (SELECT 1 FROM "oc_storages" WHERE "id" = ? AND "available" = ?) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 1 SELECT "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) @@ -250,7 +238,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, 1744184070) primary 3 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 3 RELEASE SAVEPOINT DOCTRINE_3 primary 3 SAVEPOINT DOCTRINE_3 @@ -287,7 +275,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +304,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" = ?) @@ -435,6 +422,7 @@ ORDER BY name primary 0 SELECT COUNT(*) FROM "oc_addressbooks" WHERE "principaluri" = :dcValue1 primary 1 INSERT INTO "oc_addressbooks" ("uri", "displayname", "description", "principaluri", "synctoken") VALUES(:uri, :displayname, :description, :principaluri, :synctoken) primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 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) @@ -445,7 +433,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +445,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 +460,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 +472,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +484,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 +498,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +510,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 +522,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +534,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 +545,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +557,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 +570,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +582,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 +593,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +605,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 +620,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 +632,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +644,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 +659,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 +671,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +683,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 +697,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +709,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 +721,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +733,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 +744,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +756,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 +769,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +781,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 +792,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +804,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 +819,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 +831,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +843,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 +858,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 +870,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_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 +880,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +892,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 +904,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +916,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 +927,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_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 +938,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +950,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 +962,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +974,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 +985,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_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 +994,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1006,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 +1018,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1030,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 +1041,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1053,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 +1064,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1076,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 +1091,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 +1103,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1115,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 +1130,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 +1142,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1154,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 +1167,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1179,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 +1192,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1204,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 +1217,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1229,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 +1241,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1253,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 +1265,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1277,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 +1289,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1301,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 +1314,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1326,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 +1337,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1349,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 +1364,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 +1376,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1388,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 +1403,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 +1415,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1427,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 +1440,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1452,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 +1465,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1477,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 +1490,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1502,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 +1514,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1526,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 +1538,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1550,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 +1560,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1572,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 +1584,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1596,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 +1609,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1621,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 +1632,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1644,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 +1659,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 +1671,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1683,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 +1698,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 +1710,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1722,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 +1735,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1747,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 +1760,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1772,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 +1785,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1797,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 +1809,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1821,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 +1842,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 +1854,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1866,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 +1879,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1891,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 +1902,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1914,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 +1929,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 +1941,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1953,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 +1968,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 +1980,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +1992,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 +2005,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2017,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 +2030,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2042,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 +2055,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2067,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 +2079,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2091,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 +2103,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2115,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 +2127,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2139,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 +2152,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2164,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 +2175,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2187,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 +2202,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 +2214,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2226,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 +2241,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 +2253,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2265,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 +2278,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2290,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 +2303,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2315,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 +2328,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2340,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 +2352,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2364,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 +2376,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2388,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 +2400,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2412,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 +2423,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2435,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 +2446,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2458,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 +2473,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 +2485,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2497,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 +2512,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 +2524,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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,18 +2536,18 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."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 + primary 0 SELECT "userid" FROM "oc_preferences" WHERE ("appid" = :dcValue1) AND ("configkey" = :dcValue2) AND (("indexed" = :dcValue3) OR ((("flags" & 2) <> :dcValue4) AND ("configvalue" = :dcValue5))) 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) @@ -2651,16 +2560,17 @@ ORDER BY name primary 0 SELECT "id", "numeric_id", "available", "last_checked" FROM "oc_storages" WHERE "id" = :dcValue1 primary 0 SELECT "fileid" FROM "oc_filecache" WHERE ("storage" = :dcValue1) AND ("path_hash" = :dcValue2) primary 0 SELECT "remote", "share_token", "password", "mountpoint", "owner" FROM "oc_share_external" WHERE ("user" = :dcValue1) AND ("accepted" = :dcValue2) - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND (("item_type" = :dcValue3) OR ("item_type" = :dcValue4)) ORDER BY "s"."id" ASC + primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."fileid" LEFT JOIN "oc_storages" "st" ON "f"."storage" = "st"."numeric_id" WHERE ("share_type" = :dcValue1) AND ("share_with" = :dcValue2) AND ("item_type" IN (:dcValue3)) ORDER BY "s"."id" ASC primary 0 SELECT "gu"."gid", "g"."displayname" FROM "oc_group_user" "gu" LEFT JOIN "oc_groups" "g" ON "gu"."gid" = "g"."gid" WHERE "uid" = :dcValue1 - primary 0 SELECT "s".*, "f"."fileid", "f"."path", "f"."permissions" as "f_permissions", "f"."storage", "f"."path_hash", "f"."parent" as "f_parent", "f"."name", "f"."mimetype", "f"."mimepart", "f"."size", "f"."mtime", "f"."storage_mtime", "f"."encrypted", "f"."unencrypted_size", "f"."etag", "f"."checksum", "st"."id" AS "storage_string_id" FROM "oc_share" "s" LEFT JOIN "oc_filecache" "f" ON "s"."file_source" = "f"."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) primary 0 SELECT * FROM "oc_authtoken" WHERE ("token" = :dcValue1) AND ("version" = :dcValue2) primary 0 SELECT "class" FROM "oc_authorized_groups" "auth" WHERE "group_id" IN (:dcValue1) primary 0 SELECT "uid", "displayname", "password" FROM "oc_users" WHERE "uid_lower" = :dcValue1 + primary 0 SELECT "userid" FROM "oc_preferences" WHERE ("appid" = :dcValue1) AND ("configkey" = :dcValue2) AND (("indexed" = :dcValue3) OR ((("flags" & 2) <> :dcValue4) AND ("configvalue" = :dcValue5))) 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 @@ -2733,7 +2643,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, 1744184085) primary 3 UPDATE "oc_addressbooks" SET "synctoken" = :dcValue1 WHERE "id" = :dcValue2 primary 3 RELEASE SAVEPOINT DOCTRINE_3 primary 3 SAVEPOINT DOCTRINE_3 @@ -2764,7 +2674,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2703,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" = ?) @@ -2912,6 +2821,7 @@ ORDER BY name primary 0 SELECT COUNT(*) FROM "oc_addressbooks" WHERE "principaluri" = :dcValue1 primary 1 INSERT INTO "oc_addressbooks" ("uri", "displayname", "description", "principaluri", "synctoken") VALUES(:uri, :displayname, :description, :principaluri, :synctoken) primary 1 SELECT "id", "uri", "displayname", "principaluri", "description", "synctoken" FROM "oc_addressbooks" WHERE "id" = :dcValue1 + primary 0 SELECT "filecache"."fileid", "storage", "path", "path_hash", "filecache"."parent", "filecache"."name", "mimetype", "mimepart", "size", "mtime", "storage_mtime", "encrypted", "filecache"."etag", "filecache"."permissions", "checksum", "unencrypted_size", "metadata_etag", "creation_time", "upload_time", "meta"."json" AS "meta_json", "meta"."sync_token" AS "meta_sync_token" FROM "oc_filecache" "filecache" LEFT JOIN "oc_filecache_extended" "fe" ON "filecache"."fileid" = "fe"."fileid" LEFT JOIN "oc_files_metadata" "meta" ON "filecache"."fileid" = "meta"."file_id" WHERE ("path_hash" = :dcValue1) AND ("storage" = :dcValue2) primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 LIMIT 1 primary 0 SELECT "gid" FROM "oc_group_admin" WHERE "uid" = :dcValue1 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) @@ -2922,7 +2832,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2844,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 +2859,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 +2871,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2883,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 +2896,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2908,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 +2921,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2933,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 +2946,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2958,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 +2970,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +2982,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 +2994,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3006,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 +3018,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3030,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 +3043,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3055,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 +3066,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3078,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 +3093,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 +3105,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3117,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 +3132,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 +3144,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3156,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 +3171,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 +3183,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3195,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 +3210,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 +3222,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3234,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 +3247,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3259,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 +3272,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3284,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 +3297,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3309,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 +3321,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3333,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 +3345,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3357,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 +3369,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3381,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 +3394,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3406,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 +3417,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3429,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 +3444,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 +3456,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3468,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 +3483,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 +3495,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3507,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 +3522,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 +3534,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3546,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 +3561,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 +3573,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3585,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 +3598,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3610,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 +3623,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3635,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 +3648,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3660,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 +3672,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3684,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 +3696,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3708,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 +3718,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3730,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 +3742,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3754,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 +3767,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3779,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 +3790,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3802,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 +3817,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 +3829,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3841,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 +3856,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 +3868,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3880,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 +3895,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 +3907,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3919,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 +3934,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 +3946,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3958,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 +3971,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +3983,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 +3996,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4008,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 +4021,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4033,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 +4045,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4057,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 +4078,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 +4090,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4102,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 +4115,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4127,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 +4138,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4150,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 +4165,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 +4177,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4189,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 +4204,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 +4216,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4228,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 +4243,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 +4255,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4267,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 +4282,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 +4294,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4306,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 +4319,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4331,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 +4344,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4356,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 +4369,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4381,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 +4393,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4405,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 +4417,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4429,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 +4441,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4453,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 +4466,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4478,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 +4489,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4501,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 +4516,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 +4528,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4540,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 +4555,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 +4567,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4579,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 +4594,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 +4606,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4618,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 +4633,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 +4645,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4657,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 +4670,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4682,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 +4695,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4707,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 +4720,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4732,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 +4744,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4756,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 +4768,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4780,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 +4792,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4804,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 +4815,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4827,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 +4838,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4850,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 +4865,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 +4877,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4889,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 +4904,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 +4916,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4928,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 +4943,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 +4955,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +4967,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 +4982,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 +4994,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5006,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 +5019,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5031,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 +5044,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5056,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 +5069,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5081,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 +5093,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5105,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 +5117,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5129,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 +5141,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5153,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 +5164,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5176,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 +5187,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5199,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 +5214,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 +5226,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5238,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 +5253,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 +5265,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5277,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 +5290,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5302,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 +5314,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5326,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 +5336,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5348,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 +5361,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5373,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 +5384,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5396,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 +5411,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 +5423,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5435,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 +5450,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 +5462,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5474,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 +5487,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5499,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 +5511,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5523,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 +5534,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5546,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 +5559,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5571,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 +5582,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5594,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 +5609,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 +5621,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5633,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 +5648,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 +5660,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5672,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 +5685,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5697,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 +5709,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5721,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 +5732,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5744,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 +5757,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5769,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 +5780,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5792,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 +5807,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 +5819,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5831,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 +5846,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 +5858,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5870,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 +5883,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5895,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 +5907,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5919,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 +5930,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5942,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 +5955,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5967,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 +5978,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +5990,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 +6005,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 +6017,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6029,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 +6044,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 +6056,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6068,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 +6081,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6093,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 +6105,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6117,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 +6128,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6140,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 +6153,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6165,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 +6176,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6188,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 +6203,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 +6215,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6227,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 +6242,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 +6254,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6266,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 +6287,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 +6298,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6310,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 +6321,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6333,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 +6348,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 +6360,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6372,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 +6387,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 +6399,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6411,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 +6432,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 +6443,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6455,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 +6466,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6478,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 +6493,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 +6505,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6517,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 +6532,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 +6544,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6556,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 +6577,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 +6588,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6600,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 +6611,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6623,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 +6638,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 +6650,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6662,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 +6677,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 +6689,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6701,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 +6722,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 +6733,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6745,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 +6756,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6768,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 +6783,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 +6795,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6807,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 +6822,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 +6834,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6846,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 +6862,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6873,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 +6930,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6942,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 +6953,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6965,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 +6976,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +6988,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 +7003,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 +7015,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7027,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 +7042,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 +7054,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7066,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 +7076,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7088,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 +7099,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7111,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 +7122,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7134,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 +7149,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 +7161,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7173,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 +7188,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 +7200,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7212,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 +7227,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7238,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 +7256,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7267,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 +7278,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7289,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 +7300,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7312,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 +7323,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7335,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 +7346,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7358,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 +7373,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 +7385,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7397,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 +7412,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 +7424,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7436,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 +7451,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7462,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 +7473,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7485,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 +7496,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7508,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 +7519,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7531,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 +7546,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 +7558,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7570,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 +7585,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 +7597,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7609,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 +7621,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7633,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 +7644,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7656,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 +7667,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7679,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 +7694,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 +7706,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7718,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 +7733,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 +7745,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7757,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 +7770,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7782,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 +7794,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7806,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 +7819,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7831,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 +7842,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7854,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 +7869,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 +7881,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7893,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 +7908,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 +7920,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7932,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,23 +7945,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) @@ -8237,7 +7971,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +7983,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 +7996,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8008,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 +8020,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8032,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 +8045,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8057,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 +8068,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8080,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 +8095,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 +8107,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8119,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 +8134,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 +8146,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8158,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 +8171,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8183,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,7 +8196,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "type", "lazy" FROM "oc_appconfig" primary 0 SELECT COUNT(*) AS "attempts" FROM "oc_bruteforce_attempts" WHERE ("occurred" > :dcValue1) AND ("subnet" = :dcValue2) AND ("action" = :dcValue3) @@ -8483,10 +8208,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) @@ -8496,7 +8221,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8233,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 +8245,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8257,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 +8269,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 +8294,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8306,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 +8317,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8329,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 +8344,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 +8356,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8368,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 +8383,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 +8395,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8407,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 +8420,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8432,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 +8445,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8457,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 +8470,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8482,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 +8494,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8506,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 +8518,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8530,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 +8543,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8555,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 +8566,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8578,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 +8593,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 +8605,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8617,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 +8632,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 +8644,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8656,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 +8668,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8680,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 +8691,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8703,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 +8714,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8726,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 +8741,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 +8753,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8765,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 +8780,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 +8792,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8804,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 +8817,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8829,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 +8841,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8853,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 +8866,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8878,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 +8889,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8901,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 +8916,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 +8928,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8940,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 +8955,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 +8967,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +8979,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 +8992,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9004,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 +9017,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9029,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 +9042,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9054,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 +9066,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9078,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 +9091,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9103,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 +9114,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9126,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 +9141,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 +9153,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9165,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 +9180,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 +9192,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9204,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 +9217,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9229,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 +9242,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9254,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 +9267,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9279,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 +9291,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9303,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 +9315,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9327,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 +9340,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9352,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 +9363,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9375,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 +9390,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 +9402,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9414,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 +9429,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 +9441,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9453,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 +9466,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9478,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 +9491,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9503,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,22 +9516,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 * 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 +9541,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9553,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 +9565,6 @@ ORDER BY name primary 0 PRAGMA case_sensitive_like = true primary 0 PRAGMA journal_mode = WAL primary 0 SELECT "appid", "configkey", "configvalue", "type" FROM "oc_appconfig" WHERE "lazy" = :dcValue1 - primary 0 SELECT DISTINCT "event" FROM "oc_webhook_listeners" WHERE "user_id_filter" = '' primary 0 SELECT "class", "entity", "events" AS "events" FROM "oc_flow_operations" WHERE "events" <> :dcValue1 GROUP BY "class", "entity", "events" primary 0 SELECT "appid", "configkey", "configvalue", "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 +9577,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 +9590,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)