1
2.39 ms
SELECT 1 FROM phpcr_workspaces WHERE name = ?
Parameters :
[
"default_live "
]
SELECT 1 FROM phpcr_workspaces WHERE name = 'default_live' ;
Copy
2
1.18 ms
SELECT prefix , uri FROM phpcr_namespaces
SELECT prefix , uri FROM phpcr_namespaces ;
Copy
3
1.20 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/dragonpark/routes/en/rezervacije "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/dragonpark/routes/en/rezervacije'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
4
1.28 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/dragonpark/routes/en/rezervacije "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/dragonpark/routes/en/rezervacije' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
5
1.59 ms
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value as property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value as property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
;
Copy
6
1.35 ms
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , type , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (? )
Parameters :
[
"default_live "
"a4e1d7de-d025-4a3e-b7af-8ceaa508e205 "
]
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , type , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND identifier IN ('a4e1d7de-d025-4a3e-b7af-8ceaa508e205' );
Copy
7
1.22 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/dragonpark/contents/rezervacije "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/dragonpark/contents/rezervacije' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
8
1.43 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/dragonpark/contents "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/dragonpark/contents'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
9
1.48 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/dragonpark/contents "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/dragonpark/contents' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
10
7.38 ms
SELECT f0_ . defaultLocale AS defaultLocale_0 , f0_ . id AS id_1 , f1_ . title AS title_2 , f1_ . subject AS subject_3 , f1_ . fromEmail AS fromEmail_4 , f1_ . fromName AS fromName_5 , f1_ . toEmail AS toEmail_6 , f1_ . toName AS toName_7 , f1_ . mailText AS mailText_8 , f1_ . submitLabel AS submitLabel_9 , f1_ . successText AS successText_10 , f1_ . sendAttachments AS sendAttachments_11 , f1_ . deactivateAttachmentSave AS deactivateAttachmentSave_12 , f1_ . deactivateNotifyMails AS deactivateNotifyMails_13 , f1_ . deactivateCustomerMails AS deactivateCustomerMails_14 , f1_ . replyTo AS replyTo_15 , f1_ . locale AS locale_16 , f1_ . id AS id_17 , f1_ . created AS created_18 , f1_ . changed AS changed_19 , f2_ . keyName AS keyName_20 , f2_ . orderNumber AS orderNumber_21 , f2_ . type AS type_22 , f2_ . width AS width_23 , f2_ . required AS required_24 , f2_ . defaultLocale AS defaultLocale_25 , f2_ . id AS id_26 , f3_ . title AS title_27 , f3_ . placeholder AS placeholder_28 , f3_ . defaultValue AS defaultValue_29 , f3_ . shortTitle AS shortTitle_30 , f3_ . locale AS locale_31 , f3_ . options AS options_32 , f3_ . id AS id_33 , f4_ . type AS type_34 , f4_ . email AS email_35 , f4_ . name AS name_36 , f4_ . id AS id_37 , f1_ . idForms AS idForms_38 , f1_ . idUsersCreator AS idUsersCreator_39 , f1_ . idUsersChanger AS idUsersChanger_40 , f2_ . idForms AS idForms_41 , f3_ . idFormFields AS idFormFields_42 , f4_ . idFormTranslations AS idFormTranslations_43 FROM fo_forms f0_ LEFT JOIN fo_form_translations f1_ ON f0_ . id = f1_ . idForms LEFT JOIN fo_form_fields f2_ ON f0_ . id = f2_ . idForms LEFT JOIN fo_form_field_translations f3_ ON f2_ . id = f3_ . idFormFields LEFT JOIN fo_form_translation_receivers f4_ ON f1_ . id = f4_ . idFormTranslations WHERE f0_ . id = ? ORDER BY f2_ . orderNumber ASC
SELECT
f0_ . defaultLocale AS defaultLocale_0 ,
f0_ . id AS id_1 ,
f1_ . title AS title_2 ,
f1_ . subject AS subject_3 ,
f1_ . fromEmail AS fromEmail_4 ,
f1_ . fromName AS fromName_5 ,
f1_ . toEmail AS toEmail_6 ,
f1_ . toName AS toName_7 ,
f1_ . mailText AS mailText_8 ,
f1_ . submitLabel AS submitLabel_9 ,
f1_ . successText AS successText_10 ,
f1_ . sendAttachments AS sendAttachments_11 ,
f1_ . deactivateAttachmentSave AS deactivateAttachmentSave_12 ,
f1_ . deactivateNotifyMails AS deactivateNotifyMails_13 ,
f1_ . deactivateCustomerMails AS deactivateCustomerMails_14 ,
f1_ . replyTo AS replyTo_15 ,
f1_ . locale AS locale_16 ,
f1_ . id AS id_17 ,
f1_ . created AS created_18 ,
f1_ . changed AS changed_19 ,
f2_ . keyName AS keyName_20 ,
f2_ . orderNumber AS orderNumber_21 ,
f2_ . type AS type_22 ,
f2_ . width AS width_23 ,
f2_ . required AS required_24 ,
f2_ . defaultLocale AS defaultLocale_25 ,
f2_ . id AS id_26 ,
f3_ . title AS title_27 ,
f3_ . placeholder AS placeholder_28 ,
f3_ . defaultValue AS defaultValue_29 ,
f3_ . shortTitle AS shortTitle_30 ,
f3_ . locale AS locale_31 ,
f3_ . options AS options_32 ,
f3_ . id AS id_33 ,
f4_ . type AS type_34 ,
f4_ . email AS email_35 ,
f4_ . name AS name_36 ,
f4_ . id AS id_37 ,
f1_ . idForms AS idForms_38 ,
f1_ . idUsersCreator AS idUsersCreator_39 ,
f1_ . idUsersChanger AS idUsersChanger_40 ,
f2_ . idForms AS idForms_41 ,
f3_ . idFormFields AS idFormFields_42 ,
f4_ . idFormTranslations AS idFormTranslations_43
FROM
fo_forms f0_
LEFT JOIN fo_form_translations f1_ ON f0_ . id = f1_ . idForms
LEFT JOIN fo_form_fields f2_ ON f0_ . id = f2_ . idForms
LEFT JOIN fo_form_field_translations f3_ ON f2_ . id = f3_ . idFormFields
LEFT JOIN fo_form_translation_receivers f4_ ON f1_ . id = f4_ . idFormTranslations
WHERE
f0_ . id = ?
ORDER BY
f2_ . orderNumber ASC
Copy
SELECT f0_ . defaultLocale AS defaultLocale_0 , f0_ . id AS id_1 , f1_ . title AS title_2 , f1_ . subject AS subject_3 , f1_ . fromEmail AS fromEmail_4 , f1_ . fromName AS fromName_5 , f1_ . toEmail AS toEmail_6 , f1_ . toName AS toName_7 , f1_ . mailText AS mailText_8 , f1_ . submitLabel AS submitLabel_9 , f1_ . successText AS successText_10 , f1_ . sendAttachments AS sendAttachments_11 , f1_ . deactivateAttachmentSave AS deactivateAttachmentSave_12 , f1_ . deactivateNotifyMails AS deactivateNotifyMails_13 , f1_ . deactivateCustomerMails AS deactivateCustomerMails_14 , f1_ . replyTo AS replyTo_15 , f1_ . locale AS locale_16 , f1_ . id AS id_17 , f1_ . created AS created_18 , f1_ . changed AS changed_19 , f2_ . keyName AS keyName_20 , f2_ . orderNumber AS orderNumber_21 , f2_ . type AS type_22 , f2_ . width AS width_23 , f2_ . required AS required_24 , f2_ . defaultLocale AS defaultLocale_25 , f2_ . id AS id_26 , f3_ . title AS title_27 , f3_ . placeholder AS placeholder_28 , f3_ . defaultValue AS defaultValue_29 , f3_ . shortTitle AS shortTitle_30 , f3_ . locale AS locale_31 , f3_ . options AS options_32 , f3_ . id AS id_33 , f4_ . type AS type_34 , f4_ . email AS email_35 , f4_ . name AS name_36 , f4_ . id AS id_37 , f1_ . idForms AS idForms_38 , f1_ . idUsersCreator AS idUsersCreator_39 , f1_ . idUsersChanger AS idUsersChanger_40 , f2_ . idForms AS idForms_41 , f3_ . idFormFields AS idFormFields_42 , f4_ . idFormTranslations AS idFormTranslations_43 FROM fo_forms f0_ LEFT JOIN fo_form_translations f1_ ON f0_ . id = f1_ . idForms LEFT JOIN fo_form_fields f2_ ON f0_ . id = f2_ . idForms LEFT JOIN fo_form_field_translations f3_ ON f2_ . id = f3_ . idFormFields LEFT JOIN fo_form_translation_receivers f4_ ON f1_ . id = f4_ . idFormTranslations WHERE f0_ . id = 2 ORDER BY f2_ . orderNumber ASC ;
Copy
11
3.26 ms
SELECT f0_ . defaultLocale AS defaultLocale_0 , f0_ . id AS id_1 , f1_ . title AS title_2 , f1_ . subject AS subject_3 , f1_ . fromEmail AS fromEmail_4 , f1_ . fromName AS fromName_5 , f1_ . toEmail AS toEmail_6 , f1_ . toName AS toName_7 , f1_ . mailText AS mailText_8 , f1_ . submitLabel AS submitLabel_9 , f1_ . successText AS successText_10 , f1_ . sendAttachments AS sendAttachments_11 , f1_ . deactivateAttachmentSave AS deactivateAttachmentSave_12 , f1_ . deactivateNotifyMails AS deactivateNotifyMails_13 , f1_ . deactivateCustomerMails AS deactivateCustomerMails_14 , f1_ . replyTo AS replyTo_15 , f1_ . locale AS locale_16 , f1_ . id AS id_17 , f1_ . created AS created_18 , f1_ . changed AS changed_19 , f2_ . keyName AS keyName_20 , f2_ . orderNumber AS orderNumber_21 , f2_ . type AS type_22 , f2_ . width AS width_23 , f2_ . required AS required_24 , f2_ . defaultLocale AS defaultLocale_25 , f2_ . id AS id_26 , f3_ . title AS title_27 , f3_ . placeholder AS placeholder_28 , f3_ . defaultValue AS defaultValue_29 , f3_ . shortTitle AS shortTitle_30 , f3_ . locale AS locale_31 , f3_ . options AS options_32 , f3_ . id AS id_33 , f4_ . type AS type_34 , f4_ . email AS email_35 , f4_ . name AS name_36 , f4_ . id AS id_37 , f1_ . idForms AS idForms_38 , f1_ . idUsersCreator AS idUsersCreator_39 , f1_ . idUsersChanger AS idUsersChanger_40 , f2_ . idForms AS idForms_41 , f3_ . idFormFields AS idFormFields_42 , f4_ . idFormTranslations AS idFormTranslations_43 FROM fo_forms f0_ LEFT JOIN fo_form_translations f1_ ON f0_ . id = f1_ . idForms LEFT JOIN fo_form_fields f2_ ON f0_ . id = f2_ . idForms LEFT JOIN fo_form_field_translations f3_ ON f2_ . id = f3_ . idFormFields LEFT JOIN fo_form_translation_receivers f4_ ON f1_ . id = f4_ . idFormTranslations WHERE f0_ . id = ? ORDER BY f2_ . orderNumber ASC
SELECT
f0_ . defaultLocale AS defaultLocale_0 ,
f0_ . id AS id_1 ,
f1_ . title AS title_2 ,
f1_ . subject AS subject_3 ,
f1_ . fromEmail AS fromEmail_4 ,
f1_ . fromName AS fromName_5 ,
f1_ . toEmail AS toEmail_6 ,
f1_ . toName AS toName_7 ,
f1_ . mailText AS mailText_8 ,
f1_ . submitLabel AS submitLabel_9 ,
f1_ . successText AS successText_10 ,
f1_ . sendAttachments AS sendAttachments_11 ,
f1_ . deactivateAttachmentSave AS deactivateAttachmentSave_12 ,
f1_ . deactivateNotifyMails AS deactivateNotifyMails_13 ,
f1_ . deactivateCustomerMails AS deactivateCustomerMails_14 ,
f1_ . replyTo AS replyTo_15 ,
f1_ . locale AS locale_16 ,
f1_ . id AS id_17 ,
f1_ . created AS created_18 ,
f1_ . changed AS changed_19 ,
f2_ . keyName AS keyName_20 ,
f2_ . orderNumber AS orderNumber_21 ,
f2_ . type AS type_22 ,
f2_ . width AS width_23 ,
f2_ . required AS required_24 ,
f2_ . defaultLocale AS defaultLocale_25 ,
f2_ . id AS id_26 ,
f3_ . title AS title_27 ,
f3_ . placeholder AS placeholder_28 ,
f3_ . defaultValue AS defaultValue_29 ,
f3_ . shortTitle AS shortTitle_30 ,
f3_ . locale AS locale_31 ,
f3_ . options AS options_32 ,
f3_ . id AS id_33 ,
f4_ . type AS type_34 ,
f4_ . email AS email_35 ,
f4_ . name AS name_36 ,
f4_ . id AS id_37 ,
f1_ . idForms AS idForms_38 ,
f1_ . idUsersCreator AS idUsersCreator_39 ,
f1_ . idUsersChanger AS idUsersChanger_40 ,
f2_ . idForms AS idForms_41 ,
f3_ . idFormFields AS idFormFields_42 ,
f4_ . idFormTranslations AS idFormTranslations_43
FROM
fo_forms f0_
LEFT JOIN fo_form_translations f1_ ON f0_ . id = f1_ . idForms
LEFT JOIN fo_form_fields f2_ ON f0_ . id = f2_ . idForms
LEFT JOIN fo_form_field_translations f3_ ON f2_ . id = f3_ . idFormFields
LEFT JOIN fo_form_translation_receivers f4_ ON f1_ . id = f4_ . idFormTranslations
WHERE
f0_ . id = ?
ORDER BY
f2_ . orderNumber ASC
Copy
SELECT f0_ . defaultLocale AS defaultLocale_0 , f0_ . id AS id_1 , f1_ . title AS title_2 , f1_ . subject AS subject_3 , f1_ . fromEmail AS fromEmail_4 , f1_ . fromName AS fromName_5 , f1_ . toEmail AS toEmail_6 , f1_ . toName AS toName_7 , f1_ . mailText AS mailText_8 , f1_ . submitLabel AS submitLabel_9 , f1_ . successText AS successText_10 , f1_ . sendAttachments AS sendAttachments_11 , f1_ . deactivateAttachmentSave AS deactivateAttachmentSave_12 , f1_ . deactivateNotifyMails AS deactivateNotifyMails_13 , f1_ . deactivateCustomerMails AS deactivateCustomerMails_14 , f1_ . replyTo AS replyTo_15 , f1_ . locale AS locale_16 , f1_ . id AS id_17 , f1_ . created AS created_18 , f1_ . changed AS changed_19 , f2_ . keyName AS keyName_20 , f2_ . orderNumber AS orderNumber_21 , f2_ . type AS type_22 , f2_ . width AS width_23 , f2_ . required AS required_24 , f2_ . defaultLocale AS defaultLocale_25 , f2_ . id AS id_26 , f3_ . title AS title_27 , f3_ . placeholder AS placeholder_28 , f3_ . defaultValue AS defaultValue_29 , f3_ . shortTitle AS shortTitle_30 , f3_ . locale AS locale_31 , f3_ . options AS options_32 , f3_ . id AS id_33 , f4_ . type AS type_34 , f4_ . email AS email_35 , f4_ . name AS name_36 , f4_ . id AS id_37 , f1_ . idForms AS idForms_38 , f1_ . idUsersCreator AS idUsersCreator_39 , f1_ . idUsersChanger AS idUsersChanger_40 , f2_ . idForms AS idForms_41 , f3_ . idFormFields AS idFormFields_42 , f4_ . idFormTranslations AS idFormTranslations_43 FROM fo_forms f0_ LEFT JOIN fo_form_translations f1_ ON f0_ . id = f1_ . idForms LEFT JOIN fo_form_fields f2_ ON f0_ . id = f2_ . idForms LEFT JOIN fo_form_field_translations f3_ ON f2_ . id = f3_ . idFormFields LEFT JOIN fo_form_translation_receivers f4_ ON f1_ . id = f4_ . idFormTranslations WHERE f0_ . id = 2 ORDER BY f2_ . orderNumber ASC ;
Copy
12
1.74 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = 1 ;
Copy
13
1.01 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = 1 ;
Copy
14
1.03 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = 1 ;
Copy
15
1.06 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . background AS background_4 , t0 . text_color AS text_color_5 , t0 . active AS active_6 FROM app_ribbon t0 WHERE t0 . active = 1 ;
Copy
16
2.08 ms
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value as property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value as property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
;
Copy
17
1.41 ms
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value as property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value as property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
;
Copy
18
9.36 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:en-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:en-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:en-navContexts"]/sv:value[text()="main"]) > 0' )) AND n0 . path LIKE '/cmf/dragonpark/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:en-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:en-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:en-navContexts"]/sv:value[text()="main"]) > 0' )) AND n0 . path LIKE '/cmf/dragonpark/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
19
1.55 ms
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , type , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? ) ORDER BY sort_order ASC
Parameters :
[
"default_live "
"/cmf/dragonpark/contents/prostor "
"/cmf/dragonpark/contents/proslave-i-eventi "
"/cmf/dragonpark/contents/galerija "
"/cmf/dragonpark/contents/novosti "
"/cmf/dragonpark/contents/blog "
"/cmf/dragonpark/contents/najcesca-pitanja "
"/cmf/dragonpark/contents/o-nama "
"/cmf/dragonpark/contents/kontakt "
]
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , type , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND (path = '/cmf/dragonpark/contents/prostor' OR path = '/cmf/dragonpark/contents/proslave-i-eventi' OR path = '/cmf/dragonpark/contents/galerija' OR path = '/cmf/dragonpark/contents/novosti' OR path = '/cmf/dragonpark/contents/blog' OR path = '/cmf/dragonpark/contents/najcesca-pitanja' OR path = '/cmf/dragonpark/contents/o-nama' OR path = '/cmf/dragonpark/contents/kontakt' ) ORDER BY sort_order ASC ;
Copy
20
2.50 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? , ? , ? , ? , ? , ? , ? , ? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/dragonpark/contents/prostor "
"/cmf/dragonpark/contents/proslave-i-eventi "
"/cmf/dragonpark/contents/galerija "
"/cmf/dragonpark/contents/novosti "
"/cmf/dragonpark/contents/blog "
"/cmf/dragonpark/contents/najcesca-pitanja "
"/cmf/dragonpark/contents/o-nama "
"/cmf/dragonpark/contents/kontakt "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/dragonpark/contents/prostor' , '/cmf/dragonpark/contents/proslave-i-eventi' , '/cmf/dragonpark/contents/galerija' , '/cmf/dragonpark/contents/novosti' , '/cmf/dragonpark/contents/blog' , '/cmf/dragonpark/contents/najcesca-pitanja' , '/cmf/dragonpark/contents/o-nama' , '/cmf/dragonpark/contents/kontakt' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
21
1.22 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/dragonpark "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/dragonpark'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
22
1.10 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/dragonpark "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/dragonpark' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
23
12.20 ms
SELECT w0_ . title AS title_0 , w0_ . webspace_key AS webspace_key_1 , w0_ . all_domains AS all_domains_2 , w0_ . content AS content_3 , w0_ . type AS type_4 , w0_ . id AS id_5 , w1_ . url AS url_6 , w1_ . environment AS environment_7 , w1_ . id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_ . id = w2_ . analytics LEFT JOIN we_domains w1_ ON w1_ . id = w2_ . domain WHERE (w0_ . all_domains = 1 OR (w1_ . url = ? AND w1_ . environment = ? )) AND w0_ . webspace_key = ? ORDER BY w0_ . id ASC
Parameters :
[
"dragonpark.vinskiklub.hr "
"dev "
"dragonpark "
]
SELECT w0_ . title AS title_0 , w0_ . webspace_key AS webspace_key_1 , w0_ . all_domains AS all_domains_2 , w0_ . content AS content_3 , w0_ . type AS type_4 , w0_ . id AS id_5 , w1_ . url AS url_6 , w1_ . environment AS environment_7 , w1_ . id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_ . id = w2_ . analytics LEFT JOIN we_domains w1_ ON w1_ . id = w2_ . domain WHERE (w0_ . all_domains = 1 OR (w1_ . url = 'dragonpark.vinskiklub.hr' AND w1_ . environment = 'dev' )) AND w0_ . webspace_key = 'dragonpark' ORDER BY w0_ . id ASC ;
Copy
24
6.20 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((((((((((n0 . identifier = 'a4e1d7de-d025-4a3e-b7af-8ceaa508e205' OR n0 . identifier = '1c30a5b4-5c0e-45c1-9b2b-3af2450ae860' ) OR n0 . identifier = '5f8a1ea4-b203-4acc-ac3f-8ec453ef00aa' ) OR n0 . identifier = '13b6a375-759b-41cc-a473-13d8e42ac9f4' ) OR n0 . identifier = 'a240231e-7647-4f4f-bfb7-593884c930bb' ) OR n0 . identifier = '5b0e648f-651d-4d6e-8a87-e3e3a4788fe6' ) OR n0 . identifier = '63e47df1-2de2-428c-8359-39be681c393f' ) OR n0 . identifier = '34a80d9d-1878-480b-8155-338b4ac0262f' ) OR n0 . identifier = '03158077-8f3b-4690-9c54-abc67f23f28d' ) OR n0 . identifier = 'aab3f882-f933-4cce-a46a-a02c117224da' ) AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:en-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((((((((((n0 . identifier = 'a4e1d7de-d025-4a3e-b7af-8ceaa508e205' OR n0 . identifier = '1c30a5b4-5c0e-45c1-9b2b-3af2450ae860' ) OR n0 . identifier = '5f8a1ea4-b203-4acc-ac3f-8ec453ef00aa' ) OR n0 . identifier = '13b6a375-759b-41cc-a473-13d8e42ac9f4' ) OR n0 . identifier = 'a240231e-7647-4f4f-bfb7-593884c930bb' ) OR n0 . identifier = '5b0e648f-651d-4d6e-8a87-e3e3a4788fe6' ) OR n0 . identifier = '63e47df1-2de2-428c-8359-39be681c393f' ) OR n0 . identifier = '34a80d9d-1878-480b-8155-338b4ac0262f' ) OR n0 . identifier = '03158077-8f3b-4690-9c54-abc67f23f28d' ) OR n0 . identifier = 'aab3f882-f933-4cce-a46a-a02c117224da' ) AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:en-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
25
1.17 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/prostor' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/prostor' LIMIT 1 ;
Copy
26
1.13 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/proslave-i-eventi' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/proslave-i-eventi' LIMIT 1 ;
Copy
27
0.99 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/galerija' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/galerija' LIMIT 1 ;
Copy
28
0.88 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/rezervacije' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/rezervacije' LIMIT 1 ;
Copy
29
0.97 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/novosti' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/novosti' LIMIT 1 ;
Copy
30
1.17 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/blog' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/blog' LIMIT 1 ;
Copy
31
1.25 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/najcesca-pitanja' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/najcesca-pitanja' LIMIT 1 ;
Copy
32
1.14 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/kontakt' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/kontakt' LIMIT 1 ;
Copy
33
1.07 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/uvjeti-koristenja' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/uvjeti-koristenja' LIMIT 1 ;
Copy
34
1.06 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/pravila-privatnosti' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/dragonpark/contents/pravila-privatnosti' LIMIT 1 ;
Copy