Log Messages
Level (7)
Channel (4)
| Time | Message |
|---|---|
| deprecation |
Since symfony/dependency-injection 7.4: XML configuration format is deprecated, use YAML or PHP instead.
2 times
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#43147 +count: 2 -severity: E_USER_DEPRECATED trace: { /var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php:48 { Symfony\Component\DependencyInjection\Loader\XmlFileLoader->load(mixed $resource, ?string $type = null): mixed … › {
/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php:48 {
Symfony\Component\DependencyInjection\Loader\XmlFileLoader->load(mixed $resource, ?string $type = null): mixed …
›
|
| deprecation |
Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#18320 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/deprecation-contracts/function.php:25 { trigger_deprecation(string $package, string $version, string $message, mixed ...$args): void … › {
/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/deprecation-contracts/function.php:25 {
trigger_deprecation(string $package, string $version, string $message, mixed ...$args): void …
›
|
| info |
Matched route "admin_audit_index".
request
[ "route" => "admin_audit_index" "route_parameters" => [ "_route" => "admin_audit_index" "_controller" => "App\Controller\Admin\Audit\AuditCrudController::index" "routeCreatedByEasyAdmin" => true "dashboardControllerFqcn" => "App\Controller\Admin\DashboardController" "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditCrudController" "crudAction" => "index" "_locale" => "de" ] "request_uri" => "https://dev.cat.greensign.de/admin/de/audit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168" "method" => "GET" ] |
| deprecation |
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2338, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
php
[ "exception" => ErrorException {#690 #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2338, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)" #code: 0 #file: "/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/doctrine/deprecations/src/Deprecation.php" #line: 208 #severity: E_USER_DEPRECATED trace: { /var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/doctrine/deprecations/src/Deprecation.php:208 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › {
/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
›
|
| deprecation |
User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead.
php
[ "exception" => ErrorException {#684 #message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead." #code: 0 #file: "/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/var-exporter/LazyGhostTrait.php" #line: 21 #severity: E_USER_DEPRECATED trace: { /var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/var-exporter/LazyGhostTrait.php:21 { trait_exists(string $trait, bool $autoload = true): bool … › {
/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
trait_exists(string $trait, bool $autoload = true): bool …
›
|
| info |
Connecting with parameters [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "127.0.0.1" "port" => 3306 "user" => "admin_greensign_cat_v3-DEV" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [ "collation" => "utf8mb4_unicode_ci" ] "dbname" => "admin_greensign_cat_v3-DEV" "serverVersion" => "10.11.18-MariaDB-ubu2204" "charset" => "utf8mb4" ]
doctrine
[ "params" => [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "127.0.0.1" "port" => 3306 "user" => "admin_greensign_cat_v3-DEV" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [ "collation" => "utf8mb4_unicode_ci" ] "dbname" => "admin_greensign_cat_v3-DEV" "serverVersion" => "10.11.18-MariaDB-ubu2204" "charset" => "utf8mb4" ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.domain AS domain_2, t0.is_primary AS is_primary_3, t0.verified_at AS verified_at_4, t0.tenant_id AS tenant_id_5 FROM tenant_domain t0 WHERE t0.domain = ? LIMIT 1" (parameters: [ 1 => "dev.cat.greensign.de" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.domain AS domain_2, t0.is_primary AS is_primary_3, t0.verified_at AS verified_at_4, t0.tenant_id AS tenant_id_5 FROM tenant_domain t0 WHERE t0.domain = ? LIMIT 1" "params" => [ 1 => "dev.cat.greensign.de" ] "types" => [ 1 => 2 ] ] |
| deprecation |
User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.
php
6 times
[ "exception" => ErrorException {#528 #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead." #code: 0 #file: "/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/var-exporter/ProxyHelper.php" #line: 34 #severity: E_USER_DEPRECATED trace: { /var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/var-exporter/ProxyHelper.php:34 { Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string … › {
/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/var-exporter/ProxyHelper.php:34 {
Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
›
|
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.logo_url AS logo_url_4, t0.favicon_url AS favicon_url_5, t0.primary_color AS primary_color_6, t0.secondary_color AS secondary_color_7, t0.tertiary_color AS tertiary_color_8, t0.email_from_address AS email_from_address_9, t0.email_from_name AS email_from_name_10, t0.email_notificationddress AS email_notificationddress_11, t0.features AS features_12, t0.gsid_prefix AS gsid_prefix_13, t0.is_active AS is_active_14, t0.created_at AS created_at_15 FROM tenant t0 WHERE t0.id = ?" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.logo_url AS logo_url_4, t0.favicon_url AS favicon_url_5, t0.primary_color AS primary_color_6, t0.secondary_color AS secondary_color_7, t0.tertiary_color AS tertiary_color_8, t0.email_from_address AS email_from_address_9, t0.email_from_name AS email_from_name_10, t0.email_notificationddress AS email_notificationddress_11, t0.features AS features_12, t0.gsid_prefix AS gsid_prefix_13, t0.is_active AS is_active_14, t0.created_at AS created_at_15 FROM tenant t0 WHERE t0.id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 1 ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| debug |
Authenticator does not support the request.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| debug |
Read existing security token from the session.
security
[ "key" => "_security_main" "token_class" => "Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.locale AS locale_7, t0.api_token AS api_token_8, t0.signature AS signature_9, t0.position_description AS position_description_10, t0.is_active AS is_active_11, t0.first_logged_in_at AS first_logged_in_at_12, t0.tenant_id AS tenant_id_13 FROM user t0 WHERE t0.id = ?" (parameters: [ 1 => 948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.locale AS locale_7, t0.api_token AS api_token_8, t0.signature AS signature_9, t0.position_description AS position_description_10, t0.is_active AS is_active_11, t0.first_logged_in_at AS first_logged_in_at_12, t0.tenant_id AS tenant_id_13 FROM user t0 WHERE t0.id = ?" "params" => [ 1 => 948 ] "types" => [ 1 => 1 ] ] |
| debug |
User was reloaded from a user provider.
security
[ "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" "username" => "anjap@greensign.de" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing query: "SELECT t0.id AS id_1, t0.title AS title_2, t0.version AS version_3, t0.version_time AS version_time_4, t0.is_active AS is_active_5, t0.points_visible AS points_visible_6, t0.custom_points_title1 AS custom_points_title1_7, t0.custom_points_weight1 AS custom_points_weight1_8, t0.custom_points_max1 AS custom_points_max1_9, t0.slug AS slug_10, t0.logo AS logo_11, t0.report_text AS report_text_12, t0.min_conformity AS min_conformity_13, t0.audit_help_file AS audit_help_file_14, t0.audit_help_file_auditor AS audit_help_file_auditor_15, t0.custom_points_element_id1 AS custom_points_element_id1_16, t0.help_pdf_de AS help_pdf_de_17, t0.help_pdf_en AS help_pdf_en_18, t0.help_pdf_es AS help_pdf_es_19, t0.help_pdf_it AS help_pdf_it_20, t0.help_pdf_fr AS help_pdf_fr_21, t0.external_id AS external_id_22 FROM questionaire t0 WHERE ((EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = t0.id AND tenant_scope_qt.tenant_id = '1')))"
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.version AS version_3, t0.version_time AS version_time_4, t0.is_active AS is_active_5, t0.points_visible AS points_visible_6, t0.custom_points_title1 AS custom_points_title1_7, t0.custom_points_weight1 AS custom_points_weight1_8, t0.custom_points_max1 AS custom_points_max1_9, t0.slug AS slug_10, t0.logo AS logo_11, t0.report_text AS report_text_12, t0.min_conformity AS min_conformity_13, t0.audit_help_file AS audit_help_file_14, t0.audit_help_file_auditor AS audit_help_file_auditor_15, t0.custom_points_element_id1 AS custom_points_element_id1_16, t0.help_pdf_de AS help_pdf_de_17, t0.help_pdf_en AS help_pdf_en_18, t0.help_pdf_es AS help_pdf_es_19, t0.help_pdf_it AS help_pdf_it_20, t0.help_pdf_fr AS help_pdf_fr_21, t0.external_id AS external_id_22 FROM questionaire t0 WHERE ((EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = t0.id AND tenant_scope_qt.tenant_id = '1')))" ] |
| debug |
Executing query: "SELECT t0.id AS id_1, t0.audit_date AS audit_date_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.status AS status_5, t0.locality AS locality_6, t0.audit_scope AS audit_scope_7, t0.annotations AS annotations_8, t0.display_points AS display_points_9, t0.hubspot_deal_id AS hubspot_deal_id_10, t0.central_audit AS central_audit_11, t0.auditor_id AS auditor_id_12, t0.secondary_auditor_id AS secondary_auditor_id_13, t0.certification_id AS certification_id_14, t0.type_id AS type_id_15 FROM audit t0 WHERE (((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_group.tenant_id = '1'))))"
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.audit_date AS audit_date_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.status AS status_5, t0.locality AS locality_6, t0.audit_scope AS audit_scope_7, t0.annotations AS annotations_8, t0.display_points AS display_points_9, t0.hubspot_deal_id AS hubspot_deal_id_10, t0.central_audit AS central_audit_11, t0.auditor_id AS auditor_id_12, t0.secondary_auditor_id AS secondary_auditor_id_13, t0.certification_id AS certification_id_14, t0.type_id AS type_id_15 FROM audit t0 WHERE (((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_group.tenant_id = '1'))))" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 612 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 612 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1435 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1140 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1351 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1083 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1083 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1086 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1086 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1433 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1370 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 44 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 44 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 603 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1437 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1437 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 104 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1451 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1451 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1144 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1379 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1095 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1095 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1447 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1371 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 34 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 34 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1320 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1044 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1044 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1373 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1098 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1098 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 974 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 974 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1428 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1429 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1434 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1227 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1020 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1020 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1284 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 181 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1329 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1073 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1073 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1365 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1053 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1053 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1436 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1436 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1141 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1353 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1085 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1085 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1096 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1096 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1288 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 345 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1374 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 371 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1291 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 346 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 31 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 31 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 35 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 35 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1392 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1400 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1272 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1056 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1056 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 635 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 296 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1382 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1097 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1097 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1311 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1061 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1061 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1362 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1050 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1050 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1376 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1376 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 949 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 949 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1401 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 206 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 206 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1386 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1099 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1099 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1368 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1091 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1091 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1367 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1090 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1090 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1406 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1068 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1068 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 908 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 908 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 734 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 734 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1408 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1271 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1055 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1055 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 38 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 38 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1246 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1031 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1300 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1051 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1364 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1052 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1052 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1418 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1404 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 20 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 20 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 632 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 293 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 639 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 484 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 484 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1048 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1048 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1350 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1082 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1082 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 344 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 344 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1322 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1046 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1046 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1323 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1047 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1047 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1321 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1045 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1045 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1313 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1037 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1037 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1131 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 943 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 943 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1453 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1453 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1146 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1149 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 149 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1482 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1482 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1158 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1487 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1162 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1486 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1486 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1161 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1485 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1485 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1160 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1489 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 167 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1295 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 361 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1294 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1468 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 46 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 46 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1491 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1504 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1175 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1508 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1508 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 723 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 723 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1448 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1448 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1142 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1512 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1512 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 109 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1495 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1518 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1182 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1454 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1454 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 313 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1455 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1455 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 31 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 31 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1199 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 996 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 996 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1521 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1521 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1185 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1502 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1502 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1173 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 43 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 43 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1427 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 52 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 52 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1503 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1503 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 698 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1510 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1510 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1461 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 47 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 47 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 70 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 70 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 55 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 55 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1514 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1514 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1513 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1513 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1444 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1396 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1445 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1445 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 112 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1464 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 62 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 62 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1465 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 50 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 50 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1403 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 365 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1380 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 364 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 41 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 41 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 373 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 373 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 372 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 372 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1467 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 57 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 57 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1505 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1505 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1176 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1496 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1170 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1446 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1446 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1516 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1179 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1515 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1515 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1377 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1093 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1093 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1419 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1124 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1511 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1511 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 106 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1469 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 53 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 53 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1519 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1460 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 23 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 23 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1526 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1526 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1143 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1527 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1527 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1528 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1190 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1535 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1535 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1536 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1536 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 108 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1537 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 107 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1538 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1538 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1524 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1524 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1192 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1186 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1534 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1196 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1529 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1529 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1193 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1532 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1532 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1200 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1162 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 458 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 458 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1549 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 133 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1550 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1205 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1552 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1209 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1553 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1541 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1199 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1540 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1198 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1559 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1877 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1877 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1555 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 36 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 36 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1556 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 37 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 37 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1565 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1565 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1564 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1216 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1215 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1059 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1249 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1250 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 314 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1355 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1087 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1087 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1356 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1088 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1088 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1594 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1594 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1224 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1177 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1566 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1566 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1640 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1250 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1463 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 27 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1475 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 69 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 69 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1476 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 68 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 68 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1574 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 72 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 72 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1576 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1576 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1580 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1580 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 79 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 79 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1602 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1602 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 122 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1605 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1605 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1226 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1581 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1581 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 199 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 199 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1601 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1601 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1545 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1203 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1251 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1590 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1590 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 86 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 86 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1575 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1575 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 75 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 75 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1588 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1588 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1223 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1617 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1617 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1477 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 339 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1492 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1539 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 337 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1582 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1582 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 82 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 82 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1591 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1591 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 130 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 778 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 778 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 608 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 608 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 65 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 65 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 65 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 65 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1613 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1613 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1230 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1242 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1586 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1586 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 97 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 97 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1620 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1577 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1578 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1578 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1573 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1573 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 83 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 83 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1616 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1616 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1579 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 30 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1585 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1585 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 84 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 84 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1571 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 73 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 73 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1572 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1572 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 77 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 77 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1584 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1584 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 78 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 78 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1589 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1589 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 151 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1639 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 755 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1638 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1249 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1629 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1241 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1608 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1608 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 85 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 85 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1642 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1642 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1570 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 22 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 159 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1607 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1607 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1227 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1604 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1604 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1225 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1650 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1650 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1248 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1647 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1647 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1245 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1645 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1649 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1649 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1247 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1648 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1246 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1646 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1646 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1244 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1651 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1651 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1595 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1595 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 94 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 94 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1681 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1681 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1674 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1653 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1653 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1257 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1652 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1673 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1673 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1669 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1669 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1662 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1662 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1660 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1672 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1672 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 397 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1664 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1664 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 173 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1663 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1663 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1626 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 153 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1661 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1661 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 374 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1684 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1684 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 407 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1627 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1627 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 154 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1683 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1683 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 170 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1666 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1666 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 398 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1659 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1659 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 157 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1657 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1657 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1655 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1655 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 59 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 59 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1671 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1671 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1682 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1682 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1665 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1665 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 401 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1670 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1670 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1600 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1600 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 124 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1658 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1658 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1623 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1623 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1622 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1622 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1238 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1654 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1654 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 226 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1592 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1592 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 131 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1628 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1628 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1593 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1593 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1603 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 125 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1667 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1667 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1686 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1686 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1690 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1690 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1696 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1696 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1702 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1702 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1701 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1701 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1700 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1699 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1698 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1727 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1727 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1291 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1709 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1709 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1272 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1730 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1730 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 95 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 95 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1750 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1750 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 758 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 758 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1483 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 673 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 673 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1499 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1499 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 51 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 51 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1732 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1732 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1295 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1729 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1729 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1293 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1728 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1728 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1292 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1746 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1746 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 757 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 757 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1737 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1737 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1298 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1724 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1724 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1287 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1736 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1736 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1297 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1735 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1735 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1296 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1751 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1751 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1308 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1770 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1770 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1749 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1749 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1307 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1776 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1776 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1320 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1777 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1777 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1321 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1774 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1774 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1318 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1703 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1703 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1269 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1785 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1785 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1742 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1742 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1780 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1780 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1323 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1779 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1779 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1322 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1695 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1268 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1691 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1691 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1264 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1624 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1624 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 64 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 64 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1715 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1715 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1277 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1625 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1718 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1718 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1280 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1722 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1722 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1285 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1693 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1693 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1708 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1708 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1271 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1711 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1711 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1274 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1692 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1692 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1488 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1163 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1721 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1721 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1284 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1781 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1325 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1782 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1782 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1713 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1713 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1275 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1717 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1717 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1719 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1719 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1281 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1725 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1725 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1288 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1707 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1707 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 846 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 846 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 620 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 281 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1789 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1789 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1331 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1790 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1790 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1332 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1793 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1793 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1335 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1792 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1792 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1334 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1206 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 413 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1734 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1734 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 629 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1796 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1796 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1338 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1775 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1775 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1319 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1811 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1811 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1345 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1828 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1828 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1800 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1800 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1340 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1807 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1807 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1341 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1813 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1813 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1347 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1809 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1809 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1342 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1825 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1825 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1824 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1824 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1822 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1822 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1356 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1818 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1818 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1353 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2068 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2068 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1351 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1814 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1814 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1348 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1816 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1816 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1350 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1823 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1823 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1357 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1821 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1821 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1355 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1832 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1832 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1368 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1833 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1833 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1369 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1834 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1834 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1370 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 16 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 16 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 14 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 14 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1762 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1762 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 74 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 74 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1838 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1838 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1371 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1840 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1840 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1373 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1826 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1826 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1361 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1841 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1841 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1374 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1830 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1830 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1365 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1763 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1772 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1772 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1815 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1815 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1349 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1761 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1761 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 433 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1845 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1845 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 102 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1844 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1844 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1597 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1597 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1842 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1842 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1377 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1839 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1839 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1372 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1850 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1850 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 854 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 854 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1851 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1851 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1380 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1759 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1757 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1757 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1820 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1820 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1767 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1740 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1740 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1741 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1741 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 393 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1756 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1756 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1758 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1758 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1694 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1694 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 158 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1798 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1798 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 412 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1791 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1791 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1333 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1766 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1766 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 88 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 88 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1712 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1712 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 404 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1743 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1743 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1302 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1302 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1744 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1744 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1745 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1745 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1304 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1304 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1799 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1799 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1794 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1794 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 420 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1687 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1687 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 382 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1764 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 435 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1769 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1769 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1853 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1853 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1856 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1856 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1857 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1857 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1858 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1858 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1859 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1859 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1860 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1860 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1382 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1801 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1801 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1802 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1802 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 45 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 45 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1760 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1760 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1803 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1803 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 437 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 437 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1804 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1804 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 434 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1805 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1805 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 448 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 448 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1835 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1836 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1836 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 450 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 450 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1656 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1837 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1837 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 460 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1852 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1852 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1346 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1861 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1378 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1862 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1862 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1863 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1864 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1865 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1865 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1866 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1867 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1869 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1869 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1870 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1870 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 910 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1875 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1875 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 856 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 856 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1876 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1876 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1397 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1855 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1855 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1879 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1879 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 467 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1880 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1880 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 464 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1881 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 476 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1883 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1883 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 238 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1873 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1873 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1395 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1886 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1886 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1888 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 187 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1889 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1889 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 465 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 517 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 507 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 507 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1890 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1891 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1891 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1892 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 510 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 510 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1893 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 491 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1894 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1895 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1895 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 514 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 514 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1896 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1897 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 509 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 509 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1898 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1899 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1689 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1689 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1262 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1901 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1901 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1902 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 524 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 524 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1925 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1926 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1927 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1927 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1398 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1928 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1928 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1929 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1929 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1400 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1930 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1930 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1401 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1931 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1931 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1932 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1932 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1403 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1933 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1933 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1404 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1934 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1934 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1405 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1935 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1935 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1406 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1936 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1936 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1407 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1937 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1937 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1408 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1938 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1938 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1409 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1409 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1939 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1939 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1410 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1410 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1940 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1940 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1411 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1941 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1941 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1412 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1942 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1942 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1413 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1943 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1943 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1944 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1944 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1415 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1945 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1416 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1946 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1946 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1947 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1418 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1948 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 427 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1950 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1950 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1952 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1952 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1953 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1953 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 418 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1954 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1954 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1428 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1956 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1956 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1957 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1957 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 502 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 502 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1958 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1958 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 501 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1959 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1959 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 513 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 513 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1960 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1960 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1961 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 451 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 451 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1962 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1962 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 449 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 449 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1963 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1963 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 439 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 439 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1964 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1964 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1429 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1965 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1966 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1966 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1967 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1970 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1391 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1755 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1311 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1973 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1973 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1433 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1975 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1975 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1435 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1978 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1978 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1979 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1979 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1439 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1439 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1980 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1980 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1982 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1982 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1442 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1442 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1984 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1984 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1444 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1983 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1983 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1981 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1981 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1441 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1441 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1974 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1974 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1434 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1985 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1985 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 256 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1987 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1987 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 530 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 530 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1988 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1988 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 512 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 512 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1989 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1989 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 556 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1990 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1990 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 506 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 506 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 656 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 531 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 531 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1991 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1991 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 534 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1994 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1994 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 566 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 566 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1995 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1995 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 564 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1996 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1996 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 504 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1997 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1997 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1446 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1446 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1999 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1447 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2000 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2000 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1448 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1448 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2001 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2001 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1449 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1449 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2002 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2002 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1450 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1450 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2003 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2003 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 581 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 581 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2004 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2004 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1747 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1747 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1305 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2005 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2005 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1451 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1451 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2006 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2006 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1452 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1452 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2007 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2007 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1453 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1453 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2009 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2009 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1454 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1454 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1784 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1784 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2010 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2010 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 485 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 485 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2011 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2011 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1455 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1455 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2012 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2012 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2015 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2015 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 579 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2016 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2016 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2017 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2017 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 577 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2018 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2018 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 575 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 575 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2019 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2019 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 574 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2020 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2020 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 573 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 573 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2021 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2021 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 572 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 572 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2022 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2022 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 569 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 569 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2023 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2023 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 582 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 582 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2024 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2024 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 580 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 580 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 749 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 749 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 576 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 576 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2026 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2026 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2025 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2025 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1461 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1900 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1422 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1986 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1986 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1445 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1445 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2028 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2028 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1465 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2029 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2030 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2030 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2031 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1467 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2032 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1468 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2033 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1469 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2035 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2035 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 300 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2036 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2036 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2037 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2037 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1472 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1472 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2039 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2040 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2040 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1473 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2043 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2043 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2041 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2041 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1475 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2044 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2044 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1478 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1478 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2045 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2045 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1479 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1479 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2046 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2046 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2047 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2047 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2051 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2052 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2052 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 947 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2053 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2053 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2054 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2054 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1482 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1482 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2055 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2055 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1483 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2056 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2056 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1484 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1484 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 1609 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 1609 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1228 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2057 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2057 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 310 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2058 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2058 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 622 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 622 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2059 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 610 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 610 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2060 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2060 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 305 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2061 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2061 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2062 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2062 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 595 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 595 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2064 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2064 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 602 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 602 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2063 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2063 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 578 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 578 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2065 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2065 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 625 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2066 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2066 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 652 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2067 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1485 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1485 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2070 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2070 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1487 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2071 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2071 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1488 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2073 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2073 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1489 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2075 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2075 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1490 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1490 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2049 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2049 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 635 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2048 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2048 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 660 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2077 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2077 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1492 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2079 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2079 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2081 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2081 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1493 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2082 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2082 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2083 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2083 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 557 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 557 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2085 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2085 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 311 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2086 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2086 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2087 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2087 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2089 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2089 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 585 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 585 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2090 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2090 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 568 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 568 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2091 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2091 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2092 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2092 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 642 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 642 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2093 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2093 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2094 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2094 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2095 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2095 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1499 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1499 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2096 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2096 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2097 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2097 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 645 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2098 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2098 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 316 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2099 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2099 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 643 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 312 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2102 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 39 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 39 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2104 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 208 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2106 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 229 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2107 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 230 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2108 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 232 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2109 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2112 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 237 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 250 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 254 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2121 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1477 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1552 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2148 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1551 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1550 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2167 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" (parameters: [ 1 => 2169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.id = ? AND (((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = t0.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = t0.group_id AND tenant_scope_group.tenant_id = '1'))))" "params" => [ 1 => 2169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" (parameters: [ 1 => 1563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))" "params" => [ 1 => 1563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing query: "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.tenant_id AS tenant_id_4 FROM `group` t0 WHERE (((t0.tenant_id = '1' OR EXISTS (SELECT 1 FROM business_group tenant_scope_bg INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_bg.business_id WHERE tenant_scope_bg.group_id = t0.id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0))))"
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.tenant_id AS tenant_id_4 FROM `group` t0 WHERE (((t0.tenant_id = '1' OR EXISTS (SELECT 1 FROM business_group tenant_scope_bg INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_bg.business_id WHERE tenant_scope_bg.group_id = t0.id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0))))" ] |
| debug |
Executing statement: "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.firstname AS firstname_4, u0_.lastname AS lastname_5, u0_.locale AS locale_6, u0_.api_token AS api_token_7, u0_.signature AS signature_8, u0_.position_description AS position_description_9, u0_.is_active AS is_active_10, u0_.first_logged_in_at AS first_logged_in_at_11, u0_.tenant_id AS tenant_id_12 FROM user u0_ WHERE (u0_.roles LIKE ? OR u0_.roles LIKE ? OR u0_.roles LIKE ?) AND (u0_.tenant_id = '1')" (parameters: [ 1 => "%AUDITOR%" 2 => "%GREENSIGN%" 3 => "%ADMIN%" ], types: [ 1 => 2 2 => 2 3 => 2 ])
doctrine
[ "sql" => "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.firstname AS firstname_4, u0_.lastname AS lastname_5, u0_.locale AS locale_6, u0_.api_token AS api_token_7, u0_.signature AS signature_8, u0_.position_description AS position_description_9, u0_.is_active AS is_active_10, u0_.first_logged_in_at AS first_logged_in_at_11, u0_.tenant_id AS tenant_id_12 FROM user u0_ WHERE (u0_.roles LIKE ? OR u0_.roles LIKE ? OR u0_.roles LIKE ?) AND (u0_.tenant_id = '1')" "params" => [ 1 => "%AUDITOR%" 2 => "%GREENSIGN%" 3 => "%ADMIN%" ] "types" => [ 1 => 2 2 => 2 3 => 2 ] ] |
| debug |
Executing statement: "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.firstname AS firstname_4, u0_.lastname AS lastname_5, u0_.locale AS locale_6, u0_.api_token AS api_token_7, u0_.signature AS signature_8, u0_.position_description AS position_description_9, u0_.is_active AS is_active_10, u0_.first_logged_in_at AS first_logged_in_at_11, u0_.tenant_id AS tenant_id_12 FROM user u0_ WHERE (u0_.roles LIKE ? OR u0_.roles LIKE ? OR u0_.roles LIKE ?) AND (u0_.tenant_id = '1')" (parameters: [ 1 => "%AUDITOR%" 2 => "%GREENSIGN%" 3 => "%ADMIN%" ], types: [ 1 => 2 2 => 2 3 => 2 ])
doctrine
[ "sql" => "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.firstname AS firstname_4, u0_.lastname AS lastname_5, u0_.locale AS locale_6, u0_.api_token AS api_token_7, u0_.signature AS signature_8, u0_.position_description AS position_description_9, u0_.is_active AS is_active_10, u0_.first_logged_in_at AS first_logged_in_at_11, u0_.tenant_id AS tenant_id_12 FROM user u0_ WHERE (u0_.roles LIKE ? OR u0_.roles LIKE ? OR u0_.roles LIKE ?) AND (u0_.tenant_id = '1')" "params" => [ 1 => "%AUDITOR%" 2 => "%GREENSIGN%" 3 => "%ADMIN%" ] "types" => [ 1 => 2 2 => 2 3 => 2 ] ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "kernel.request" to listener "App\EventSubscriber\MaintenanceKernelRequestSubscriber::onMaintenance".
event
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\MaintenanceKernelRequestSubscriber::onMaintenance" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventSubscriber\TenantResolverListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\TenantResolverListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventSubscriber\TenantResolverListener::onKernelRequestAfterSecurity".
event
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\TenantResolverListener::onKernelRequestAfterSecurity" ] |
| debug |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventSubscriber\ApiV3RateLimiterSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventSubscriber\ApiV3RateLimiterSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "DH\AuditorBundle\Event\ViewerEventSubscriber::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "DH\AuditorBundle\Event\ViewerEventSubscriber::onKernelController" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing query: "SELECT DISTINCT a0_.id AS id_0, a0_.audit_date AS audit_date_1 FROM audit a0_ LEFT JOIN certification c1_ ON a0_.certification_id = c1_.id AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c1_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c1_.group_id AND tenant_scope_group.tenant_id = '1'))) LEFT JOIN hotel h2_ ON c1_.hotel_id = h2_.id AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0) LEFT JOIN questionaire q3_ ON c1_.questionaire_id = q3_.id AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q3_.id AND tenant_scope_qt.tenant_id = '1')) WHERE ((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_group.tenant_id = '1'))) ORDER BY a0_.audit_date DESC LIMIT 30"
doctrine
[ "sql" => "SELECT DISTINCT a0_.id AS id_0, a0_.audit_date AS audit_date_1 FROM audit a0_ LEFT JOIN certification c1_ ON a0_.certification_id = c1_.id AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c1_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c1_.group_id AND tenant_scope_group.tenant_id = '1'))) LEFT JOIN hotel h2_ ON c1_.hotel_id = h2_.id AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0) LEFT JOIN questionaire q3_ ON c1_.questionaire_id = q3_.id AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q3_.id AND tenant_scope_qt.tenant_id = '1')) WHERE ((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_group.tenant_id = '1'))) ORDER BY a0_.audit_date DESC LIMIT 30" ] |
| debug |
Executing statement: "SELECT a0_.id AS id_0, a0_.audit_date AS audit_date_1, a0_.start_date AS start_date_2, a0_.end_date AS end_date_3, a0_.status AS status_4, a0_.locality AS locality_5, a0_.audit_scope AS audit_scope_6, a0_.annotations AS annotations_7, a0_.display_points AS display_points_8, a0_.hubspot_deal_id AS hubspot_deal_id_9, a0_.central_audit AS central_audit_10, c1_.id AS id_11, c1_.is_group_template AS is_group_template_12, c1_.time_requested AS time_requested_13, c1_.status AS status_14, c1_.ulid AS ulid_15, c1_.time_finished AS time_finished_16, c1_.time_certified AS time_certified_17, c1_.time_denied AS time_denied_18, c1_.custom_points1 AS custom_points1_19, c1_.green_sign_level AS green_sign_level_20, c1_.points_part1 AS points_part1_21, c1_.points_part2 AS points_part2_22, c1_.points_part3 AS points_part3_23, c1_.points_part4 AS points_part4_24, c1_.points_part5 AS points_part5_25, c1_.points_part6 AS points_part6_26, c1_.points_part7 AS points_part7_27, c1_.points_part8 AS points_part8_28, c1_.points_part9 AS points_part9_29, c1_.points_part10 AS points_part10_30, c1_.points_part11 AS points_part11_31, c1_.points_part12 AS points_part12_32, c1_.points_part13 AS points_part13_33, c1_.points_part14 AS points_part14_34, c1_.points_part15 AS points_part15_35, c1_.is_gstc AS is_gstc_36, c1_.co2_amount AS co2_amount_37, c1_.co2_certificate_file AS co2_certificate_file_38, c1_.co2_certificate_file_en AS co2_certificate_file_en_39, c1_.green_sign_conformity AS green_sign_conformity_40, c1_.time_certified_until AS time_certified_until_41, c1_.register_id AS register_id_42, c1_.rollout_notified_at AS rollout_notified_at_43, h2_.id AS id_44, h2_.name AS name_45, h2_.street AS street_46, h2_.zip AS zip_47, h2_.city AS city_48, h2_.country AS country_49, h2_.phone_hotel AS phone_hotel_50, h2_.email_hotel AS email_hotel_51, h2_.contact_title AS contact_title_52, h2_.contact_first_name AS contact_first_name_53, h2_.contact_last_name AS contact_last_name_54, h2_.contact_position AS contact_position_55, h2_.contact_phone AS contact_phone_56, h2_.contact_email AS contact_email_57, h2_.contact_mobile AS contact_mobile_58, h2_.hotel_group AS hotel_group_59, h2_.rooms AS rooms_60, h2_.website AS website_61, h2_.dehoga_stars AS dehoga_stars_62, h2_.dehoga_superior AS dehoga_superior_63, h2_.hotel_region AS hotel_region_64, h2_.time_created AS time_created_65, h2_.greensign_id AS greensign_id_66, h2_.ehotel_id AS ehotel_id_67, h2_.image AS image_68, h2_.geo_location AS geo_location_69, h2_.rule_of_law_index_value AS rule_of_law_index_value_70, h2_.rule_of_law_index_type AS rule_of_law_index_type_71, h2_.is_deleted AS is_deleted_72, q3_.id AS id_73, q3_.title AS title_74, q3_.version AS version_75, q3_.version_time AS version_time_76, q3_.is_active AS is_active_77, q3_.points_visible AS points_visible_78, q3_.custom_points_title1 AS custom_points_title1_79, q3_.custom_points_weight1 AS custom_points_weight1_80, q3_.custom_points_max1 AS custom_points_max1_81, q3_.slug AS slug_82, q3_.logo AS logo_83, q3_.report_text AS report_text_84, q3_.min_conformity AS min_conformity_85, q3_.audit_help_file AS audit_help_file_86, q3_.audit_help_file_auditor AS audit_help_file_auditor_87, q3_.custom_points_element_id1 AS custom_points_element_id1_88, q3_.help_pdf_de AS help_pdf_de_89, q3_.help_pdf_en AS help_pdf_en_90, q3_.help_pdf_es AS help_pdf_es_91, q3_.help_pdf_it AS help_pdf_it_92, q3_.help_pdf_fr AS help_pdf_fr_93, q3_.external_id AS external_id_94, a0_.auditor_id AS auditor_id_95, a0_.secondary_auditor_id AS secondary_auditor_id_96, a0_.certification_id AS certification_id_97, a0_.type_id AS type_id_98, c1_.hotel_id AS hotel_id_99, c1_.group_id AS group_id_100, c1_.questionaire_id AS questionaire_id_101, h2_.user_id AS user_id_102, h2_.tenant_id AS tenant_id_103 FROM audit a0_ LEFT JOIN certification c1_ ON a0_.certification_id = c1_.id AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c1_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c1_.group_id AND tenant_scope_group.tenant_id = '1'))) LEFT JOIN hotel h2_ ON c1_.hotel_id = h2_.id AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0) LEFT JOIN questionaire q3_ ON c1_.questionaire_id = q3_.id AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q3_.id AND tenant_scope_qt.tenant_id = '1')) WHERE (a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND ((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_group.tenant_id = '1'))) ORDER BY a0_.audit_date DESC" (parameters: [ 1 => 741 2 => 742 3 => 743 4 => 735 5 => 733 6 => 562 7 => 640 8 => 641 9 => 287 10 => 585 11 => 519 12 => 554 13 => 521 14 => 485 15 => 492 16 => 491 17 => 698 18 => 598 19 => 683 20 => 699 21 => 684 22 => 700 23 => 685 24 => 701 25 => 686 26 => 702 27 => 687 28 => 688 29 => 689 30 => 690 ], types: [ 1 => 1 2 => 1 3 => 1 4 => 1 5 => 1 6 => 1 7 => 1 8 => 1 9 => 1 10 => 1 11 => 1 12 => 1 13 => 1 14 => 1 15 => 1 16 => 1 17 => 1 18 => 1 19 => 1 20 => 1 21 => 1 22 => 1 23 => 1 24 => 1 25 => 1 26 => 1 27 => 1 28 => 1 29 => 1 30 => 1 ])
doctrine
[ "sql" => "SELECT a0_.id AS id_0, a0_.audit_date AS audit_date_1, a0_.start_date AS start_date_2, a0_.end_date AS end_date_3, a0_.status AS status_4, a0_.locality AS locality_5, a0_.audit_scope AS audit_scope_6, a0_.annotations AS annotations_7, a0_.display_points AS display_points_8, a0_.hubspot_deal_id AS hubspot_deal_id_9, a0_.central_audit AS central_audit_10, c1_.id AS id_11, c1_.is_group_template AS is_group_template_12, c1_.time_requested AS time_requested_13, c1_.status AS status_14, c1_.ulid AS ulid_15, c1_.time_finished AS time_finished_16, c1_.time_certified AS time_certified_17, c1_.time_denied AS time_denied_18, c1_.custom_points1 AS custom_points1_19, c1_.green_sign_level AS green_sign_level_20, c1_.points_part1 AS points_part1_21, c1_.points_part2 AS points_part2_22, c1_.points_part3 AS points_part3_23, c1_.points_part4 AS points_part4_24, c1_.points_part5 AS points_part5_25, c1_.points_part6 AS points_part6_26, c1_.points_part7 AS points_part7_27, c1_.points_part8 AS points_part8_28, c1_.points_part9 AS points_part9_29, c1_.points_part10 AS points_part10_30, c1_.points_part11 AS points_part11_31, c1_.points_part12 AS points_part12_32, c1_.points_part13 AS points_part13_33, c1_.points_part14 AS points_part14_34, c1_.points_part15 AS points_part15_35, c1_.is_gstc AS is_gstc_36, c1_.co2_amount AS co2_amount_37, c1_.co2_certificate_file AS co2_certificate_file_38, c1_.co2_certificate_file_en AS co2_certificate_file_en_39, c1_.green_sign_conformity AS green_sign_conformity_40, c1_.time_certified_until AS time_certified_until_41, c1_.register_id AS register_id_42, c1_.rollout_notified_at AS rollout_notified_at_43, h2_.id AS id_44, h2_.name AS name_45, h2_.street AS street_46, h2_.zip AS zip_47, h2_.city AS city_48, h2_.country AS country_49, h2_.phone_hotel AS phone_hotel_50, h2_.email_hotel AS email_hotel_51, h2_.contact_title AS contact_title_52, h2_.contact_first_name AS contact_first_name_53, h2_.contact_last_name AS contact_last_name_54, h2_.contact_position AS contact_position_55, h2_.contact_phone AS contact_phone_56, h2_.contact_email AS contact_email_57, h2_.contact_mobile AS contact_mobile_58, h2_.hotel_group AS hotel_group_59, h2_.rooms AS rooms_60, h2_.website AS website_61, h2_.dehoga_stars AS dehoga_stars_62, h2_.dehoga_superior AS dehoga_superior_63, h2_.hotel_region AS hotel_region_64, h2_.time_created AS time_created_65, h2_.greensign_id AS greensign_id_66, h2_.ehotel_id AS ehotel_id_67, h2_.image AS image_68, h2_.geo_location AS geo_location_69, h2_.rule_of_law_index_value AS rule_of_law_index_value_70, h2_.rule_of_law_index_type AS rule_of_law_index_type_71, h2_.is_deleted AS is_deleted_72, q3_.id AS id_73, q3_.title AS title_74, q3_.version AS version_75, q3_.version_time AS version_time_76, q3_.is_active AS is_active_77, q3_.points_visible AS points_visible_78, q3_.custom_points_title1 AS custom_points_title1_79, q3_.custom_points_weight1 AS custom_points_weight1_80, q3_.custom_points_max1 AS custom_points_max1_81, q3_.slug AS slug_82, q3_.logo AS logo_83, q3_.report_text AS report_text_84, q3_.min_conformity AS min_conformity_85, q3_.audit_help_file AS audit_help_file_86, q3_.audit_help_file_auditor AS audit_help_file_auditor_87, q3_.custom_points_element_id1 AS custom_points_element_id1_88, q3_.help_pdf_de AS help_pdf_de_89, q3_.help_pdf_en AS help_pdf_en_90, q3_.help_pdf_es AS help_pdf_es_91, q3_.help_pdf_it AS help_pdf_it_92, q3_.help_pdf_fr AS help_pdf_fr_93, q3_.external_id AS external_id_94, a0_.auditor_id AS auditor_id_95, a0_.secondary_auditor_id AS secondary_auditor_id_96, a0_.certification_id AS certification_id_97, a0_.type_id AS type_id_98, c1_.hotel_id AS hotel_id_99, c1_.group_id AS group_id_100, c1_.questionaire_id AS questionaire_id_101, h2_.user_id AS user_id_102, h2_.tenant_id AS tenant_id_103 FROM audit a0_ LEFT JOIN certification c1_ ON a0_.certification_id = c1_.id AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c1_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c1_.group_id AND tenant_scope_group.tenant_id = '1'))) LEFT JOIN hotel h2_ ON c1_.hotel_id = h2_.id AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0) LEFT JOIN questionaire q3_ ON c1_.questionaire_id = q3_.id AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q3_.id AND tenant_scope_qt.tenant_id = '1')) WHERE (a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND ((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_group.tenant_id = '1'))) ORDER BY a0_.audit_date DESC" "params" => [ 1 => 741 2 => 742 3 => 743 4 => 735 5 => 733 6 => 562 7 => 640 8 => 641 9 => 287 10 => 585 11 => 519 12 => 554 13 => 521 14 => 485 15 => 492 16 => 491 17 => 698 18 => 598 19 => 683 20 => 699 21 => 684 22 => 700 23 => 685 24 => 701 25 => 686 26 => 702 27 => 687 28 => 688 29 => 689 30 => 690 ] "types" => [ 1 => 1 2 => 1 3 => 1 4 => 1 5 => 1 6 => 1 7 => 1 8 => 1 9 => 1 10 => 1 11 => 1 12 => 1 13 => 1 14 => 1 15 => 1 16 => 1 17 => 1 18 => 1 19 => 1 20 => 1 21 => 1 22 => 1 23 => 1 24 => 1 25 => 1 26 => 1 27 => 1 28 => 1 29 => 1 30 => 1 ] ] |
| debug |
Executing query: "SELECT count(DISTINCT a0_.id) AS sclr_0 FROM audit a0_ LEFT JOIN certification c1_ ON a0_.certification_id = c1_.id AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c1_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c1_.group_id AND tenant_scope_group.tenant_id = '1'))) LEFT JOIN hotel h2_ ON c1_.hotel_id = h2_.id AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0) LEFT JOIN questionaire q3_ ON c1_.questionaire_id = q3_.id AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q3_.id AND tenant_scope_qt.tenant_id = '1')) WHERE ((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_group.tenant_id = '1')))"
doctrine
[ "sql" => "SELECT count(DISTINCT a0_.id) AS sclr_0 FROM audit a0_ LEFT JOIN certification c1_ ON a0_.certification_id = c1_.id AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c1_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c1_.group_id AND tenant_scope_group.tenant_id = '1'))) LEFT JOIN hotel h2_ ON c1_.hotel_id = h2_.id AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0) LEFT JOIN questionaire q3_ ON c1_.questionaire_id = q3_.id AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q3_.id AND tenant_scope_qt.tenant_id = '1')) WHERE ((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = a0_.certification_id AND tenant_scope_group.tenant_id = '1')))" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.sorting AS sorting_3, t0.tenant_id AS tenant_id_4 FROM audit_type t0 WHERE t0.id = ? AND (((t0.tenant_id = '1' OR t0.tenant_id IS NULL)))" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.sorting AS sorting_3, t0.tenant_id AS tenant_id_4 FROM audit_type t0 WHERE t0.id = ? AND (((t0.tenant_id = '1' OR t0.tenant_id IS NULL)))" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.sorting AS sorting_3, t0.tenant_id AS tenant_id_4 FROM audit_type t0 WHERE t0.id = ? AND (((t0.tenant_id = '1' OR t0.tenant_id IS NULL)))" (parameters: [ 1 => 3 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.sorting AS sorting_3, t0.tenant_id AS tenant_id_4 FROM audit_type t0 WHERE t0.id = ? AND (((t0.tenant_id = '1' OR t0.tenant_id IS NULL)))" "params" => [ 1 => 3 ] "types" => [ 1 => 1 ] ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing query: "SELECT COALESCE(MAX(greensign_id), 0) FROM hotel"
doctrine
[ "sql" => "SELECT COALESCE(MAX(greensign_id), 0) FROM hotel" ] |
| debug |
Notified event "EasyCorp\Bundle\EasyAdminBundle\Event\AfterCrudActionEvent" to listener "App\EventSubscriber\EasyAdminSubscriber::setTwigVariables".
event
[ "event" => "EasyCorp\Bundle\EasyAdminBundle\Event\AfterCrudActionEvent" "listener" => "App\EventSubscriber\EasyAdminSubscriber::setTwigVariables" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing statement: "SELECT q0_.id AS id_0, q0_.title AS title_1, q0_.version AS version_2, q0_.version_time AS version_time_3, q0_.is_active AS is_active_4, q0_.points_visible AS points_visible_5, q0_.custom_points_title1 AS custom_points_title1_6, q0_.custom_points_weight1 AS custom_points_weight1_7, q0_.custom_points_max1 AS custom_points_max1_8, q0_.slug AS slug_9, q0_.logo AS logo_10, q0_.report_text AS report_text_11, q0_.min_conformity AS min_conformity_12, q0_.audit_help_file AS audit_help_file_13, q0_.audit_help_file_auditor AS audit_help_file_auditor_14, q0_.custom_points_element_id1 AS custom_points_element_id1_15, q0_.help_pdf_de AS help_pdf_de_16, q0_.help_pdf_en AS help_pdf_en_17, q0_.help_pdf_es AS help_pdf_es_18, q0_.help_pdf_it AS help_pdf_it_19, q0_.help_pdf_fr AS help_pdf_fr_20, q0_.external_id AS external_id_21 FROM questionaire q0_ INNER JOIN questionaire_tenant q2_ ON q0_.id = q2_.questionaire_id INNER JOIN tenant t1_ ON t1_.id = q2_.tenant_id WHERE (t1_.id = ? AND q0_.is_active = 1) AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q0_.id AND tenant_scope_qt.tenant_id = '1')) ORDER BY q0_.id ASC" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT q0_.id AS id_0, q0_.title AS title_1, q0_.version AS version_2, q0_.version_time AS version_time_3, q0_.is_active AS is_active_4, q0_.points_visible AS points_visible_5, q0_.custom_points_title1 AS custom_points_title1_6, q0_.custom_points_weight1 AS custom_points_weight1_7, q0_.custom_points_max1 AS custom_points_max1_8, q0_.slug AS slug_9, q0_.logo AS logo_10, q0_.report_text AS report_text_11, q0_.min_conformity AS min_conformity_12, q0_.audit_help_file AS audit_help_file_13, q0_.audit_help_file_auditor AS audit_help_file_auditor_14, q0_.custom_points_element_id1 AS custom_points_element_id1_15, q0_.help_pdf_de AS help_pdf_de_16, q0_.help_pdf_en AS help_pdf_en_17, q0_.help_pdf_es AS help_pdf_es_18, q0_.help_pdf_it AS help_pdf_it_19, q0_.help_pdf_fr AS help_pdf_fr_20, q0_.external_id AS external_id_21 FROM questionaire q0_ INNER JOIN questionaire_tenant q2_ ON q0_.id = q2_.questionaire_id INNER JOIN tenant t1_ ON t1_.id = q2_.tenant_id WHERE (t1_.id = ? AND q0_.is_active = 1) AND (EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = q0_.id AND tenant_scope_qt.tenant_id = '1')) ORDER BY q0_.id ASC" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| deprecation |
User Deprecated: Since symfony/translation 7.4: Method "Symfony\Component\Translation\TranslatableMessage::__toString()" is deprecated.
php
17 times
[ "exception" => ErrorException {#37046 #message: "User Deprecated: Since symfony/translation 7.4: Method "Symfony\Component\Translation\TranslatableMessage::__toString()" is deprecated." #code: 0 #file: "/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/translation/TranslatableMessage.php" #line: 34 #severity: E_USER_DEPRECATED trace: { /var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/translation/TranslatableMessage.php:34 { Symfony\Component\Translation\TranslatableMessage->__toString(): string … › {
/var/www/vhosts/cat.greensign.de/dev.cat.greensign.de/vendor/symfony/translation/TranslatableMessage.php:34 {
Symfony\Component\Translation\TranslatableMessage->__toString(): string …
›
|
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
| debug |
Notified event "kernel.view" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView".
event
[ "event" => "kernel.view" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" ] |
| debug |
Listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" stopped propagation of the event "kernel.view".
event
[ "event" => "kernel.view" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" ] |
| debug |
Listener "Sensiolabs\GotenbergBundle\EventListener\ProcessBuilderOnControllerResponse::streamBuilder" was not called for event "kernel.view".
event
[ "event" => "kernel.view" "listener" => "Sensiolabs\GotenbergBundle\EventListener\ProcessBuilderOnControllerResponse::streamBuilder" ] |
| debug |
Listener "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" was not called for event "kernel.view".
event
[ "event" => "kernel.view" "listener" => "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" ] |
| debug |
Stored the security token in the session.
security
[ "key" => "_security_main" ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Executing statement: """ SELECT TABLE_NAME\n FROM information_schema.TABLES\n WHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\n ORDER BY TABLE_NAME """(parameters: [ 1 => "admin_greensign_cat_v3-DEV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => """ SELECT TABLE_NAME\n FROM information_schema.TABLES\n WHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\n ORDER BY TABLE_NAME """ "params" => [ 1 => "admin_greensign_cat_v3-DEV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Executing statement: """ SELECT TABLE_NAME\n FROM information_schema.TABLES\n WHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\n ORDER BY TABLE_NAME """(parameters: [ 1 => "admin_greensign_cat_v3-DEV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => """ SELECT TABLE_NAME\n FROM information_schema.TABLES\n WHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\n ORDER BY TABLE_NAME """ "params" => [ 1 => "admin_greensign_cat_v3-DEV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Executing statement: """ SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' """(parameters: [ 1 => "admin_greensign_cat_v3-DEV" 2 => "doctrine_migration_versions" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => """ SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' """ "params" => [ 1 => "admin_greensign_cat_v3-DEV" 2 => "doctrine_migration_versions" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Executing statement: """ SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\n FROM information_schema.key_column_usage k /*!50116\n INNER JOIN information_schema.referential_constraints c\n ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'admin_greensign_cat_v3-DEV' */ ORDER BY k.ORDINAL_POSITION """(parameters: [ 1 => "admin_greensign_cat_v3-DEV" 2 => "doctrine_migration_versions" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => """ SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\n FROM information_schema.key_column_usage k /*!50116\n INNER JOIN information_schema.referential_constraints c\n ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'admin_greensign_cat_v3-DEV' */ ORDER BY k.ORDINAL_POSITION """ "params" => [ 1 => "admin_greensign_cat_v3-DEV" 2 => "doctrine_migration_versions" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: """ SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'admin_greensign_cat_v3-DEV'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\n FROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION """(parameters: [ 1 => "admin_greensign_cat_v3-DEV" 2 => "admin_greensign_cat_v3-DEV" 3 => "doctrine_migration_versions" ], types: [ 1 => 2 2 => 2 3 => 2 ])
doctrine
[ "sql" => """ SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'admin_greensign_cat_v3-DEV'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\n FROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION """ "params" => [ 1 => "admin_greensign_cat_v3-DEV" 2 => "admin_greensign_cat_v3-DEV" 3 => "doctrine_migration_versions" ] "types" => [ 1 => 2 2 => 2 3 => 2 ] ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Executing statement: """ SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\n FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX """(parameters: [ 1 => "admin_greensign_cat_v3-DEV" 2 => "doctrine_migration_versions" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => """ SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\n FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX """ "params" => [ 1 => "admin_greensign_cat_v3-DEV" 2 => "doctrine_migration_versions" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing query: "SELECT * FROM doctrine_migration_versions"
doctrine
[ "sql" => "SELECT * FROM doctrine_migration_versions" ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Notified event "kernel.response" to listener "App\EventSubscriber\ApiV3RateLimiterSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "App\EventSubscriber\ApiV3RateLimiterSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "App\EventSubscriber\V3ApiLoggerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "App\EventSubscriber\V3ApiLoggerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (2237)
Log messages generated during the compilation of the service container.
| Messages | Class |
|---|---|
| 525 |
|
| 338 |
|
| 142 |
|
| 545 |
|
| 187 |
|
| 492 |
|
| 2 |
|
| 6 |
|