| 1 |
0.83 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
Parameters: [
"diplanbau-dev-debug-docker"
]
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'diplanbau-dev-debug-docker' LIMIT 1;
|
| 2 |
0.65 ms |
SELECT t0_._r_id AS _r_id_0, t0_._r_code AS _r_code_1, t0_._r_group_code AS _r_group_code_2, t0_._r_group_name AS _r_group_name_3 FROM _role t0_ WHERE t0_._r_code IN (?)
SELECT t0_._r_id AS _r_id_0, t0_._r_code AS _r_code_1, t0_._r_group_code AS _r_group_code_2, t0_._r_group_name AS _r_group_name_3 FROM _role t0_ WHERE t0_._r_code IN ('RGUEST');
|
| 3 |
0.62 ms |
SELECT t0.id AS id_1, t0.permission AS permission_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.orga_id AS orga_id_5, t0.role_id AS role_id_6, t0.customer_id AS customer_id_7 FROM access_control t0 WHERE t0.role_id IN (?) AND t0.orga_id IN (?) AND t0.customer_id IN (?)
Parameters: [
"71a2ebbc-0968-11e1-9d8e-1c64a3042bca"
"cdec5e4b-3f06-11e4-a6a8-005056ae0004"
null
]
SELECT t0.id AS id_1, t0.permission AS permission_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.orga_id AS orga_id_5, t0.role_id AS role_id_6, t0.customer_id AS customer_id_7 FROM access_control t0 WHERE t0.role_id IN ('71a2ebbc-0968-11e1-9d8e-1c64a3042bca') AND t0.orga_id IN ('cdec5e4b-3f06-11e4-a6a8-005056ae0004') AND t0.customer_id IN (NULL);
|
| 4 |
1.49 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.create_date AS create_date_3, t0.modify_date AS modify_date_4 FROM platform_faq_category t0 ORDER BY t0.title ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.create_date AS create_date_3, t0.modify_date AS modify_date_4 FROM platform_faq_category t0 ORDER BY t0.title ASC;
|
| 5 |
1.08 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 6 |
2.55 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.type AS type_2, f0_.create_date AS create_date_3, f0_.modify_date AS modify_date_4, f0_.customer_id AS customer_id_5 FROM faq_category f0_ WHERE f0_.customer_id = ? ORDER BY f0_.title ASC
Parameters: [
"8e4172c6-ada2-3352-a3ec-f585a3969933"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.type AS type_2, f0_.create_date AS create_date_3, f0_.modify_date AS modify_date_4, f0_.customer_id AS customer_id_5 FROM faq_category f0_ WHERE f0_.customer_id = '8e4172c6-ada2-3352-a3ec-f585a3969933' ORDER BY f0_.title ASC;
|
| 7 |
2.32 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"0976f2c6-5f39-4225-a61f-3bad6fc78e93"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '0976f2c6-5f39-4225-a61f-3bad6fc78e93' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 8 |
2.82 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:0976f2c6-5f39-4225-a61f-3bad6fc78e93"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:0976f2c6-5f39-4225-a61f-3bad6fc78e93' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 9 |
1.57 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"afa608cb-3599-4ec8-80d4-2a8ff7cd2cee"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'afa608cb-3599-4ec8-80d4-2a8ff7cd2cee' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 10 |
2.74 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:afa608cb-3599-4ec8-80d4-2a8ff7cd2cee"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:afa608cb-3599-4ec8-80d4-2a8ff7cd2cee' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 11 |
1.34 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"e059815f-7b84-424b-9575-4c00622f9bc9"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'e059815f-7b84-424b-9575-4c00622f9bc9' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 12 |
2.75 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 13 |
1.53 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"8c4a2219-f1ad-45dd-8320-5076b163231c"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '8c4a2219-f1ad-45dd-8320-5076b163231c' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 14 |
1.90 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:8c4a2219-f1ad-45dd-8320-5076b163231c"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:8c4a2219-f1ad-45dd-8320-5076b163231c' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 15 |
1.73 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"4c621865-4ce1-4e41-813b-e3ce7754d5da"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '4c621865-4ce1-4e41-813b-e3ce7754d5da' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 16 |
2.77 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:4c621865-4ce1-4e41-813b-e3ce7754d5da"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:4c621865-4ce1-4e41-813b-e3ce7754d5da' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 17 |
1.39 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"f2e5db7c-40d0-455b-80b5-42589f8bf1bf"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'f2e5db7c-40d0-455b-80b5-42589f8bf1bf' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 18 |
2.78 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:f2e5db7c-40d0-455b-80b5-42589f8bf1bf"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:f2e5db7c-40d0-455b-80b5-42589f8bf1bf' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 19 |
4.67 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"537d3262-d730-473c-add3-5765b48943b1"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '537d3262-d730-473c-add3-5765b48943b1' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 20 |
2.81 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:537d3262-d730-473c-add3-5765b48943b1"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:537d3262-d730-473c-add3-5765b48943b1' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 21 |
1.49 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"5adb645a-4813-4f27-a6e5-477e430e098d"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '5adb645a-4813-4f27-a6e5-477e430e098d' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 22 |
2.77 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:5adb645a-4813-4f27-a6e5-477e430e098d"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:5adb645a-4813-4f27-a6e5-477e430e098d' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 23 |
1.06 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"9b637832-7b02-4d9a-8454-27a452118909"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '9b637832-7b02-4d9a-8454-27a452118909' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 24 |
2.77 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 25 |
1.06 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"a7f0368d-499d-4d0d-a57f-8537599b7baa"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'a7f0368d-499d-4d0d-a57f-8537599b7baa' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 26 |
2.79 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 27 |
1.05 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"b9103f69-dff3-4ba1-bb3f-234ac885db8f"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'b9103f69-dff3-4ba1-bb3f-234ac885db8f' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 28 |
2.73 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 29 |
1.07 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"c4b56ce4-6f34-4cce-8353-04fb9736bf20"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'c4b56ce4-6f34-4cce-8353-04fb9736bf20' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 30 |
2.72 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 31 |
1.82 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"c7ab7ac8-4d07-465d-8702-3aff22436afd"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'c7ab7ac8-4d07-465d-8702-3aff22436afd' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 32 |
0.86 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:c7ab7ac8-4d07-465d-8702-3aff22436afd"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:c7ab7ac8-4d07-465d-8702-3aff22436afd' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 33 |
1.27 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"8dad6c71-6467-4058-afab-c9c5eecad35d"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '8dad6c71-6467-4058-afab-c9c5eecad35d' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 34 |
2.78 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:8dad6c71-6467-4058-afab-c9c5eecad35d"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:8dad6c71-6467-4058-afab-c9c5eecad35d' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 35 |
1.31 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"ee281b11-97ce-449f-be79-9653abff5dab"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'ee281b11-97ce-449f-be79-9653abff5dab' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 36 |
2.03 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:ee281b11-97ce-449f-be79-9653abff5dab"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:ee281b11-97ce-449f-be79-9653abff5dab' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 37 |
1.52 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"4fe39310-6322-4cf7-86fe-bff50490666b"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '4fe39310-6322-4cf7-86fe-bff50490666b' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 38 |
1.32 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:4fe39310-6322-4cf7-86fe-bff50490666b"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:4fe39310-6322-4cf7-86fe-bff50490666b' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 39 |
1.49 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"c1ecc312-d4ba-4453-a11d-47145cd47f70"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'c1ecc312-d4ba-4453-a11d-47145cd47f70' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 40 |
2.79 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:c1ecc312-d4ba-4453-a11d-47145cd47f70"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:c1ecc312-d4ba-4453-a11d-47145cd47f70' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 41 |
1.30 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"8a03dba3-89b0-481a-8205-9066f642d72b"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '8a03dba3-89b0-481a-8205-9066f642d72b' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 42 |
3.00 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 43 |
1.36 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"56e7d5de-9492-41c6-a553-c8571e6d862a"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '56e7d5de-9492-41c6-a553-c8571e6d862a' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 44 |
3.01 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 45 |
1.43 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"e313f72d-1a14-49a7-8869-a8c59e175af7"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'e313f72d-1a14-49a7-8869-a8c59e175af7' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 46 |
2.97 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:e313f72d-1a14-49a7-8869-a8c59e175af7"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:e313f72d-1a14-49a7-8869-a8c59e175af7' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 47 |
1.94 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"a46af17e-50ab-46bb-ae7f-363f37f1b7af"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = 'a46af17e-50ab-46bb-ae7f-363f37f1b7af' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 48 |
1.01 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"faq:category:a46af17e-50ab-46bb-ae7f-363f37f1b7af"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'faq:category:a46af17e-50ab-46bb-ae7f-363f37f1b7af' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 49 |
1.43 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"052bf37a-9d81-4208-996e-e9f77ab76696"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '052bf37a-9d81-4208-996e-e9f77ab76696' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 50 |
3.00 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 51 |
1.32 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"55eaba46-6307-4f85-aea9-0ab757af4631"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '55eaba46-6307-4f85-aea9-0ab757af4631' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 52 |
2.96 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 53 |
1.40 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"0381e8db-e7d2-4181-9835-199d7af24735"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '0381e8db-e7d2-4181-9835-199d7af24735' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 54 |
2.67 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 55 |
1.39 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"2b9fdf30-8cd9-4ebb-b80b-6a1348f37bf3"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '2b9fdf30-8cd9-4ebb-b80b-6a1348f37bf3' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 56 |
2.72 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 57 |
1.30 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = ? AND f1_.id = ? AND t2_._r_code IN (?) ORDER BY f0_.title ASC
Parameters: [
1
"765c88eb-7cc8-11eb-9463-b026282c0641"
"RGUEST"
]
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.text AS text_2, f0_.enabled AS enabled_3, f0_.create_date AS create_date_4, f0_.modify_date AS modify_date_5, f0_.faq_category_id AS faq_category_id_6 FROM faq f0_ LEFT JOIN faq_category f1_ ON f0_.faq_category_id = f1_.id LEFT JOIN faq_role f3_ ON f0_.id = f3_.faq_id LEFT JOIN _role t2_ ON t2_._r_id = f3_.role_id WHERE f0_.enabled = 1 AND f1_.id = '765c88eb-7cc8-11eb-9463-b026282c0641' AND t2_._r_code IN ('RGUEST') ORDER BY f0_.title ASC;
|
| 58 |
2.63 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 59 |
4.03 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"91dc923c-0b84-3689-be1a-e6c7a761c3af"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '91dc923c-0b84-3689-be1a-e6c7a761c3af' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 60 |
1.21 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"platformFaq:category:91dc923c-0b84-3689-be1a-e6c7a761c3af"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'platformFaq:category:91dc923c-0b84-3689-be1a-e6c7a761c3af' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 61 |
1.30 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"2375242d-2e1c-3a95-9b15-afa38617ad90"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '2375242d-2e1c-3a95-9b15-afa38617ad90' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 62 |
1.09 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"platformFaq:category:2375242d-2e1c-3a95-9b15-afa38617ad90"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'platformFaq:category:2375242d-2e1c-3a95-9b15-afa38617ad90' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 63 |
1.54 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"025b801f-e37c-362e-9952-d182d6a89528"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '025b801f-e37c-362e-9952-d182d6a89528' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 64 |
1.09 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"platformFaq:category:025b801f-e37c-362e-9952-d182d6a89528"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'platformFaq:category:025b801f-e37c-362e-9952-d182d6a89528' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 65 |
1.14 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"fcf9c8c7-9d51-3980-895b-32a2374173f9"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = 'fcf9c8c7-9d51-3980-895b-32a2374173f9' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 66 |
1.10 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"platformFaq:category:fcf9c8c7-9d51-3980-895b-32a2374173f9"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'platformFaq:category:fcf9c8c7-9d51-3980-895b-32a2374173f9' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 67 |
0.63 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"925ed1c2-a571-3633-a5c9-93fcd606b783"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '925ed1c2-a571-3633-a5c9-93fcd606b783' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 68 |
1.08 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 69 |
0.60 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"5dd517f2-51ba-3e78-a8b8-f58c3ebcee96"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '5dd517f2-51ba-3e78-a8b8-f58c3ebcee96' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 70 |
2.87 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 71 |
2.60 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"f0a91d27-c02c-3024-a20e-d3a4bcdaa847"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = 'f0a91d27-c02c-3024-a20e-d3a4bcdaa847' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 72 |
2.77 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
""
"global"
""
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = '' AND t0._p_id = 'global' AND t0._mls_namespace = '' AND t0.customer_id IS NULL LIMIT 1;
|
| 73 |
2.54 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"28f8c742-d9af-3a67-a1b2-246642019fe6"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '28f8c742-d9af-3a67-a1b2-246642019fe6' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 74 |
2.81 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"platformFaq:category:28f8c742-d9af-3a67-a1b2-246642019fe6"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'platformFaq:category:28f8c742-d9af-3a67-a1b2-246642019fe6' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 75 |
1.54 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"8be6e78f-c14b-367b-b2e8-1f8cc92c36b7"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '8be6e78f-c14b-367b-b2e8-1f8cc92c36b7' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 76 |
2.78 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"platformFaq:category:8be6e78f-c14b-367b-b2e8-1f8cc92c36b7"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'platformFaq:category:8be6e78f-c14b-367b-b2e8-1f8cc92c36b7' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 77 |
1.72 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = ? AND p1_.id = ? AND t2_._r_code IN (?) ORDER BY p0_.title ASC
Parameters: [
1
"16b60c22-f741-3204-9621-ae9732a2d8f7"
"RGUEST"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.text AS text_2, p0_.enabled AS enabled_3, p0_.create_date AS create_date_4, p0_.modify_date AS modify_date_5, p0_.platform_faq_category_id AS platform_faq_category_id_6 FROM platform_faq p0_ LEFT JOIN platform_faq_category p1_ ON p0_.platform_faq_category_id = p1_.id LEFT JOIN platform_faq_role p3_ ON p0_.id = p3_.platformFaq_id LEFT JOIN _role t2_ ON t2_._r_id = p3_.role_id WHERE p0_.enabled = 1 AND p1_.id = '16b60c22-f741-3204-9621-ae9732a2d8f7' AND t2_._r_code IN ('RGUEST') ORDER BY p0_.title ASC;
|
| 78 |
2.73 ms |
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = ? AND t0._p_id = ? AND t0._mls_namespace = ? AND t0.customer_id IS NULL LIMIT 1
Parameters: [
"platformFaq:category:16b60c22-f741-3204-9621-ae9732a2d8f7"
"global"
"faq"
]
SELECT t0._mls_id AS _mls_id_1, t0._p_id AS _p_id_2, t0._mls_context AS _mls_context_3, t0._mls_namespace AS _mls_namespace_4, t0._mls_idents AS _mls_idents_5, t0.customer_id AS customer_id_6 FROM _manual_list_sort t0 WHERE t0._mls_context = 'platformFaq:category:16b60c22-f741-3204-9621-ae9732a2d8f7' AND t0._p_id = 'global' AND t0._mls_namespace = 'faq' AND t0.customer_id IS NULL LIMIT 1;
|
| 79 |
0.93 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 80 |
0.92 ms |
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = ? LIMIT 1
Parameters: [
"8e4172c6-ada2-3352-a3ec-f585a3969933"
]
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = '8e4172c6-ada2-3352-a3ec-f585a3969933' LIMIT 1;
|
| 81 |
0.89 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 82 |
0.90 ms |
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = ? LIMIT 1
Parameters: [
"8e4172c6-ada2-3352-a3ec-f585a3969933"
]
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = '8e4172c6-ada2-3352-a3ec-f585a3969933' LIMIT 1;
|
| 83 |
0.89 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 84 |
0.89 ms |
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = ? LIMIT 1
Parameters: [
"8e4172c6-ada2-3352-a3ec-f585a3969933"
]
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = '8e4172c6-ada2-3352-a3ec-f585a3969933' LIMIT 1;
|
| 85 |
0.87 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 86 |
0.89 ms |
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = ? LIMIT 1
Parameters: [
"8e4172c6-ada2-3352-a3ec-f585a3969933"
]
SELECT c0_._c_id AS _c_id_0, c0_.imprint AS imprint_1, c0_.data_protection AS data_protection_2, c0_.terms_of_use AS terms_of_use_3, c0_.xplanning AS xplanning_4, c0_.map_attribution AS map_attribution_5, c0_.base_layer_url AS base_layer_url_6, c0_.base_layer_layers AS base_layer_layers_7, c0_.accessibility_explanation AS accessibility_explanation_8, c0_.sign_language_overview_description AS sign_language_overview_description_9, c0_.simple_language_overview_description AS simple_language_overview_description_10, c0_._c_name AS _c_name_11, c0_._c_subdomain AS _c_subdomain_12, c0_._procedure AS _procedure_13, c0_.branding_id AS branding_id_14 FROM customer c0_ WHERE c0_._c_id = '8e4172c6-ada2-3352-a3ec-f585a3969933' LIMIT 1;
|
| 87 |
0.87 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 88 |
0.87 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 89 |
0.88 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 90 |
0.89 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 91 |
0.39 ms |
SELECT t0.id AS id_1, t0.cssvars AS cssvars_2, t0.logo AS logo_3 FROM branding t0 WHERE t0.id = ?
Parameters: [
"c2c5ce48-8af4-4887-aaea-bd5702496a9f"
]
SELECT t0.id AS id_1, t0.cssvars AS cssvars_2, t0.logo AS logo_3 FROM branding t0 WHERE t0.id = 'c2c5ce48-8af4-4887-aaea-bd5702496a9f';
|
| 92 |
0.93 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 93 |
0.89 ms |
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = ? LIMIT 1
SELECT t0._c_id AS _c_id_1, t0.imprint AS imprint_2, t0.data_protection AS data_protection_3, t0.terms_of_use AS terms_of_use_4, t0.xplanning AS xplanning_5, t0.map_attribution AS map_attribution_6, t0.base_layer_url AS base_layer_url_7, t0.base_layer_layers AS base_layer_layers_8, t0.accessibility_explanation AS accessibility_explanation_9, t0.sign_language_overview_description AS sign_language_overview_description_10, t0.simple_language_overview_description AS simple_language_overview_description_11, t0._c_name AS _c_name_12, t0._c_subdomain AS _c_subdomain_13, t0._procedure AS _procedure_14, t0.branding_id AS branding_id_15 FROM customer t0 WHERE t0._c_subdomain = 'sh' LIMIT 1;
|
| 94 |
1.10 ms |
SELECT t0._f_id AS _f_id_1, t0._f_ident AS _f_ident_2, t0._f_hash AS _f_hash_3, t0._f_name AS _f_name_4, t0._f_description AS _f_description_5, t0._f_path AS _f_path_6, t0._f_filename AS _f_filename_7, t0._f_tags AS _f_tags_8, t0._f_author AS _f_author_9, t0._f_application AS _f_application_10, t0._f_mimetype AS _f_mimetype_11, t0._f_created AS _f_created_12, t0._f_modified AS _f_modified_13, t0._f_valid_until AS _f_valid_until_14, t0._f_deleted AS _f_deleted_15, t0._f_stat_down AS _f_stat_down_16, t0._f_infected AS _f_infected_17, t0._f_last_v_scan AS _f_last_v_scan_18, t0._f_blocked AS _f_blocked_19, t0.size AS size_20, t0.procedure_id AS procedure_id_21 FROM _files t0 WHERE t0._f_ident = ?
Parameters: [
"d5badb1f-4690-4ac9-a8f6-de016909ef8b"
]
SELECT t0._f_id AS _f_id_1, t0._f_ident AS _f_ident_2, t0._f_hash AS _f_hash_3, t0._f_name AS _f_name_4, t0._f_description AS _f_description_5, t0._f_path AS _f_path_6, t0._f_filename AS _f_filename_7, t0._f_tags AS _f_tags_8, t0._f_author AS _f_author_9, t0._f_application AS _f_application_10, t0._f_mimetype AS _f_mimetype_11, t0._f_created AS _f_created_12, t0._f_modified AS _f_modified_13, t0._f_valid_until AS _f_valid_until_14, t0._f_deleted AS _f_deleted_15, t0._f_stat_down AS _f_stat_down_16, t0._f_infected AS _f_infected_17, t0._f_last_v_scan AS _f_last_v_scan_18, t0._f_blocked AS _f_blocked_19, t0.size AS size_20, t0.procedure_id AS procedure_id_21 FROM _files t0 WHERE t0._f_ident = 'd5badb1f-4690-4ac9-a8f6-de016909ef8b';
|