Query Metrics
82
Database Queries
16
Different statements
74.88 ms
Query time
0
Invalid entities
656
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.18 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 WHERE t0.id = ?
Parameters:
[
91
]
|
| 2 | 0.57 ms |
SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1
Parameters:
[ 91 "THEME_NAME" ] |
| 3 | 0.25 ms |
SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1
Parameters:
[ 91 "THEME_NAME" ] |
| 4 | 7.20 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.username AS username_4, t0.password AS password_5, t0.role AS role_6, t0.password_reset_token AS password_reset_token_7, t0.password_requested_at AS password_requested_at_8, t0.password_reset_at AS password_reset_at_9, t0.activate_token AS activate_token_10, t0.activate_requested_at AS activate_requested_at_11, t0.activated_at AS activated_at_12, t0.email_confirm_token AS email_confirm_token_13, t0.email_confirm_requested_at AS email_confirm_requested_at_14, t0.email_confirmed_at AS email_confirmed_at_15, t0.facebook_id AS facebook_id_16, t0.google_id AS google_id_17, t0.keycloak_id AS keycloak_id_18, t19.id AS id_20, t19.created AS created_21, t19.modified AS modified_22, t19.title AS title_23, t19.salutation AS salutation_24, t19.member AS member_25, t19.allow_member_vouchers AS allow_member_vouchers_26, t19.rabatt AS rabatt_27, t19.firstname AS firstname_28, t19.lastname AS lastname_29, t19.date_of_birth AS date_of_birth_30, t19.city_of_birth AS city_of_birth_31, t19.comment AS comment_32, t19.is_main_contact AS is_main_contact_33, t19.is_speaker AS is_speaker_34, t19.is_customer AS is_customer_35, t19.active AS active_36, t19.street AS street_37, t19.street_number AS street_number_38, t19.postalcode AS postalcode_39, t19.city AS city_40, t19.contact_email AS contact_email_41, t19.web AS web_42, t19.country AS country_43, t19.phone AS phone_44, t19.mobile AS mobile_45, t19.delete_date AS delete_date_46, t19.iban AS iban_47, t19.bic AS bic_48, t19.bank AS bank_49, t19.debit_agree AS debit_agree_50, t19.debit_agree_source AS debit_agree_source_51, t19.debit_agree_date AS debit_agree_date_52, t19.email_invoice AS email_invoice_53, t19.privacy_policy_confirmed AS privacy_policy_confirmed_54, t19.receive_newsletter AS receive_newsletter_55, t19.debit_active AS debit_active_56, t19.is_invoice_recipient AS is_invoice_recipient_57, t19.company AS company_58, t19.user_id AS user_id_59, t19.client_id AS client_id_60, t19.family_member_of_id AS family_member_of_id_61 FROM user t0 LEFT JOIN person t19 ON t19.user_id = t0.id WHERE t0.username = ? LIMIT 1
Parameters:
[
"service-account-kursimple-tenant-91"
]
|
| 5 | 2.94 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 INNER JOIN user_client ON t0.id = user_client.clientId WHERE user_client.userId = ?
Parameters:
[
10161
]
|
| 6 | 0.55 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 WHERE t0.custom_domain = ? LIMIT 1
Parameters:
[
"test.kursimple.de"
]
|
| 7 | 0.86 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.session_id AS session_id_4, t0.customer_id AS customer_id_5, t0.client_id AS client_id_6 FROM cart t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
"79fc6bu1tm5q3q1sndkfsnlkdk"
]
|
| 8 | 23.98 ms |
SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.start AS start_3, c0_.end AS end_4, c0_.note AS note_5, c0_.availability AS availability_6, c0_.client_id AS client_id_7, c0_.occurrenceId AS occurrenceId_8 FROM course_occurrence_time c0_ INNER JOIN course_occurrence c1_ ON c0_.occurrenceId = c1_.id INNER JOIN course c2_ ON c1_.courseId = c2_.id INNER JOIN client c3_ ON c2_.client_id = c3_.id LEFT JOIN venue v4_ ON c1_.venueId = v4_.id LEFT JOIN venue_room v5_ ON c1_.venueRoomId = v5_.id LEFT JOIN course_type c6_ ON c2_.type_id = c6_.id LEFT JOIN category c7_ ON c2_.category_id = c7_.id LEFT JOIN course_image c8_ ON c2_.id = c8_.course_id WHERE c0_.start >= ? AND c0_.start <= ? AND (c1_.published = 1 OR c1_.code = ?) AND c3_.id = ? ORDER BY c0_.start ASC
Parameters:
[ "2026-08-07 00:00:00" "2026-08-08 23:59:59" "screen" 91 ] |
| 9 | 0.36 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2942
]
|
| 10 | 0.86 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2942
]
|
| 11 | 2.54 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2942
]
|
| 12 | 0.74 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9514
]
|
| 13 | 0.42 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.postalcode AS postalcode_5, t0.city AS city_6, t0.street AS street_7, t0.street_number AS street_number_8, t0.geo_latitude AS geo_latitude_9, t0.geo_longitude AS geo_longitude_10, t0.client_id AS client_id_11 FROM venue t0 WHERE t0.id = ?
Parameters:
[
1194
]
|
| 14 | 0.25 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.number AS number_5, t0.floor AS floor_6, t0.building AS building_7, t0.client_id AS client_id_8, t0.venueId AS venueId_9 FROM venue_room t0 WHERE t0.id = ?
Parameters:
[
1316
]
|
| 15 | 0.38 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9514
]
|
| 16 | 0.18 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.client_id AS client_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
1495
]
|
| 17 | 0.23 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2937
]
|
| 18 | 0.49 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2937
]
|
| 19 | 1.87 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2937
]
|
| 20 | 1.20 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14590
]
|
| 21 | 0.72 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9513
]
|
| 22 | 0.46 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9513
]
|
| 23 | 0.23 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2943
]
|
| 24 | 0.48 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2943
]
|
| 25 | 2.74 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2943
]
|
| 26 | 0.97 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14346
]
|
| 27 | 0.69 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14478
]
|
| 28 | 0.26 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14511
]
|
| 29 | 0.70 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
32360
]
|
| 30 | 0.30 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9253
]
|
| 31 | 0.20 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.number AS number_5, t0.floor AS floor_6, t0.building AS building_7, t0.client_id AS client_id_8, t0.venueId AS venueId_9 FROM venue_room t0 WHERE t0.id = ?
Parameters:
[
1315
]
|
| 32 | 0.32 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9253
]
|
| 33 | 0.27 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2945
]
|
| 34 | 0.51 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2945
]
|
| 35 | 1.21 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2945
]
|
| 36 | 0.32 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14459
]
|
| 37 | 0.27 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14465
]
|
| 38 | 0.28 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14584
]
|
| 39 | 0.70 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
35838
]
|
| 40 | 0.27 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9254
]
|
| 41 | 0.31 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9254
]
|
| 42 | 0.47 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2947
]
|
| 43 | 0.74 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2947
]
|
| 44 | 1.85 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2947
]
|
| 45 | 1.18 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14186
]
|
| 46 | 0.22 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14189
]
|
| 47 | 0.71 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14379
]
|
| 48 | 0.20 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14496
]
|
| 49 | 0.21 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14522
]
|
| 50 | 0.24 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14524
]
|
| 51 | 0.22 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14570
]
|
| 52 | 0.19 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14589
]
|
| 53 | 0.24 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9255
]
|
| 54 | 0.31 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9255
]
|
| 55 | 0.21 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2949
]
|
| 56 | 0.45 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2949
]
|
| 57 | 0.44 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2949
]
|
| 58 | 0.30 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14377
]
|
| 59 | 0.25 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14588
]
|
| 60 | 0.22 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9256
]
|
| 61 | 0.31 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9256
]
|
| 62 | 0.22 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2957
]
|
| 63 | 0.40 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2957
]
|
| 64 | 0.29 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2957
]
|
| 65 | 0.23 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9388
]
|
| 66 | 0.20 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9388
]
|
| 67 | 0.17 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2959
]
|
| 68 | 0.35 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2959
]
|
| 69 | 0.30 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2959
]
|
| 70 | 0.28 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14507
]
|
| 71 | 0.27 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.quantity_material_per_participant_only AS quantity_material_per_participant_only_14, t0.target_age_min AS target_age_min_15, t0.target_age_max AS target_age_max_16, t0.invoice_upper_comment AS invoice_upper_comment_17, t0.invoice_lower_comment AS invoice_lower_comment_18, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_19, t0.client_id AS client_id_20, t0.subscription_id AS subscription_id_21, t0.category_id AS category_id_22, t0.series_id AS series_id_23, t0.type_id AS type_id_24, t0.custom_form_id AS custom_form_id_25 FROM course t0 WHERE t0.id = ?
Parameters:
[
9389
]
|
| 72 | 0.25 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
9389
]
|
| 73 | 0.25 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2940
]
|
| 74 | 0.44 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2940
]
|
| 75 | 0.48 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2940
]
|
| 76 | 0.29 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14525
]
|
| 77 | 0.25 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14533
]
|
| 78 | 0.25 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
14572
]
|
| 79 | 0.27 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
32269
]
|
| 80 | 0.22 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
2939
]
|
| 81 | 0.52 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
2939
]
|
| 82 | 0.75 ms |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.form_token AS form_token_13, t0.client_id AS client_id_14, t0._order_id AS _order_id_15, t0.course_occurrence_id AS course_occurrence_id_16, t0.course_occurrence_time_id AS course_occurrence_time_id_17, t0.course_subscription_booking_id AS course_subscription_booking_id_18, t0.course_item_id AS course_item_id_19, t0.voucher_id AS voucher_id_20 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
2939
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\CourseOccurrenceTime | 528 |
| App\Entity\OrderItem | 48 |
| App\Entity\Order | 24 |
| App\Entity\Person | 22 |
| App\Entity\CourseOccurrence | 10 |
| App\Entity\Course | 8 |
| App\Entity\CourseImage | 8 |
| App\Entity\VenueRoom | 2 |
| App\User\Entity\Client | 1 |
| App\Entity\ClientConfigVariable | 1 |
| App\User\Entity\User | 1 |
| App\Entity\Venue | 1 |
| App\Entity\Category | 1 |
| App\Entity\CourseSeries | 1 |